Initialize AssignForwardingHandler and KeyStoreHandler
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.