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