Package | Description |
---|---|
eneter.messaging.endpoints.typedmessages |
Sending and receiving typed messages.
|
Modifier and Type | Method and Description |
---|---|
Event<TypedResponseReceivedEventArgs<TResponse>> |
IDuplexTypedMessageSender.responseReceived()
Raised when a response message is received.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
IMultiTypedMessageSender.registerResponseMessageReceiver(EventHandler<TypedResponseReceivedEventArgs<T>> handler,
java.lang.Class<T> clazz)
Registers response message handler for specified message type.
|