Initialize AssignForwardingHandler and KeyStoreHandler
Compare changes
@@ -36,6 +36,28 @@ func (yh *AssignForwardingHandler) Init(config *handler.Config, publishToSubsFun
Initializes the AssignForwardingHandler, aswell as the KeyStoreHandler correctly. Additionally key store Add
and Delete
methods have been extended to use the internal EventBus
.
We should also remove all unnecessary parameter forwarding of an eventBus and use the NewEventBus
approach, introduced in this MR.