Implemented RemovedEventListener... #51
No reviewers
Labels
No Label
auction house
bug
computation executor
documentation
duplicate
enhancement
executor base
executor pool
good first issue
help wanted
invalid
question
robot executor
roster
task list
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: maece/HSG-MCS-HS21_tapas#51
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ExecutorRemovedEventListenerMqttAdapter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The post mapping annotations are missing for the handleExecutorRemovedEvent function. Please add them as well.
We also need to implement the mqtt executorRemovedEvent adapter as described in task #45
@ -17,2 +17,4 @@
return ExecutorRegistry.getInstance().removeExecutor(executorRemovedEvent.getExecutorId());
}
public void handleNewExecutorEvent(ExecutorRemovedEvent executorRemovedEvent) {
I don't think we need to handle a New Executor event inside the ExecutorRemovedHandler