Package | Description |
---|---|
eneter.messaging.messagingsystems.messagingsystembase |
Messaging system interfaces.
|
Modifier and Type | Method and Description |
---|---|
Event<DuplexChannelMessageEventArgs> |
IDuplexInputChannel.messageReceived()
The event is raised when a message is received.
|
Event<DuplexChannelMessageEventArgs> |
IDuplexOutputChannel.responseMessageReceived()
The event is raised when a response message was received.
|