abstract fun handlerRegistered(address: String, repliedAddress: String): H
Called when a handler is registered on the event bus. No specific thread and context can be expected when this method is called.
address - the address used to register the handler
repliedAddress - null when the handler is not a reply handler, otherwise the address this handler is replying to