com.r3corda.node.services.messaging / NodeMessagingClient / Handler

Handler

data class Handler : MessageHandlerRegistration

A registration to handle messages of different types



Constructors

<init> Handler(executor: Executor?, topicSession: TopicSession, callback: (Message, MessageHandlerRegistration) -> Unit)

A registration to handle messages of different types

Properties

callback val callback: (Message, MessageHandlerRegistration) -> Unit
executor val executor: Executor?
topicSession val topicSession: TopicSession