inner class Handler : MessageHandlerRegistration
A registration to handle messages of different types
<init> |
Handler(executor: Executor?, topic: String, callback: (Message, MessageHandlerRegistration) -> Unit) A registration to handle messages of different types |
callback |
val callback: (Message, MessageHandlerRegistration) -> Unit |
executor |
val executor: Executor? |
topic |
val topic: String |