Implemented RemovedEventListener... #51

Merged
rahimiankeanu merged 3 commits from ExecutorRemovedEventListenerMqttAdapter into dev 2021-11-14 15:12:10 +00:00
rahimiankeanu commented 2021-11-07 22:38:38 +00:00 (Migrated from github.com)
No description provided.
Maece97 commented 2021-11-08 12:36:37 +00:00 (Migrated from github.com)

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

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
reynisson (Migrated from github.com) approved these changes 2021-11-14 15:11:52 +00:00
@ -17,2 +17,4 @@
return ExecutorRegistry.getInstance().removeExecutor(executorRemovedEvent.getExecutorId());
}
public void handleNewExecutorEvent(ExecutorRemovedEvent executorRemovedEvent) {
reynisson (Migrated from github.com) commented 2021-11-12 12:42:25 +00:00

I don't think we need to handle a New Executor event inside the ExecutorRemovedHandler

I don't think we need to handle a New Executor event inside the ExecutorRemovedHandler
Sign in to join this conversation.
No description provided.