Uses of Class
eneter.messaging.endpoints.typedmessages.TypedResponseReceivedEventArgs

Packages that use TypedResponseReceivedEventArgs
eneter.messaging.endpoints.typedmessages Sending and receiving typed messages. 
 

Uses of TypedResponseReceivedEventArgs in eneter.messaging.endpoints.typedmessages
 

Methods in eneter.messaging.endpoints.typedmessages that return types with arguments of type TypedResponseReceivedEventArgs
 Event<TypedResponseReceivedEventArgs<TResponse>> IDuplexTypedMessageSender.responseReceived()
          Raised when a response message is received.
 

Method parameters in eneter.messaging.endpoints.typedmessages with type arguments of type TypedResponseReceivedEventArgs
<T> void
IMultiTypedMessageSender.registerResponseMessageReceiver(EventHandler<TypedResponseReceivedEventArgs<T>> handler, java.lang.Class<T> clazz)
          Registers response message handler for specified message type.