Implemented RemovedEventListener... #51
Loading…
x
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