public interface IBufferedDuplexInputChannel extends IDuplexInputChannel
Modifier and Type | Method and Description |
---|---|
Event<ResponseReceiverEventArgs> |
responseReceiverOffline()
The event is raised when a response receiver gets into the offline state.
|
Event<ResponseReceiverEventArgs> |
responseReceiverOnline()
The event is raised when a response receiver gets into the online state.
|
disconnectResponseReceiver, getChannelId, getDispatcher, isListening, messageReceived, responseReceiverConnected, responseReceiverDisconnected, sendResponseMessage, startListening, stopListening
Event<ResponseReceiverEventArgs> responseReceiverOnline()
Event<ResponseReceiverEventArgs> responseReceiverOffline()