Package | Description |
---|---|
eneter.messaging.endpoints.rpc |
Remote Procedure Calls (RPC).
|
eneter.messaging.endpoints.stringmessages |
Sending and receiving text messages.
|
eneter.messaging.endpoints.typedmessages |
Sending and receiving typed messages.
|
eneter.messaging.messagingsystems.composites.bufferedmessagingcomposit |
Extension for automatic reconnect and buffering of sent messages in case the connection is not available.
|
eneter.messaging.messagingsystems.messagingsystembase |
Messaging system interfaces.
|
eneter.messaging.nodes.broker |
Publish-subscribe scenarios.
|
eneter.messaging.nodes.channelwrapper |
Reducing communication via multiple channels into one channel.
|
Modifier and Type | Method and Description |
---|---|
Event<DuplexChannelEventArgs> |
IRpcClient.connectionClosed()
Event raised when the connection with the service is closed.
|
Event<DuplexChannelEventArgs> |
IRpcClient.connectionOpened()
Event raised when the connection with the service is open.
|
Modifier and Type | Method and Description |
---|---|
Event<DuplexChannelEventArgs> |
IDuplexStringMessageSender.connectionClosed()
The event is raised when the connection with receiver is closed.
|
Event<DuplexChannelEventArgs> |
IDuplexStringMessageSender.connectionOpened()
The event is raised when the connection with receiver is opened.
|
Modifier and Type | Method and Description |
---|---|
Event<DuplexChannelEventArgs> |
ISyncMultitypedMessageSender.connectionClosed()
Raised when the service closed the connection with the client.
|
Event<DuplexChannelEventArgs> |
ISyncDuplexTypedMessageSender.connectionClosed()
Raised when the service closed the connection with the client.
|
Event<DuplexChannelEventArgs> |
IMultiTypedMessageSender.connectionClosed()
Raised when the service closed the connection with the client.
|
Event<DuplexChannelEventArgs> |
IDuplexTypedMessageSender.connectionClosed()
Raised when the service closed the connection with the client.
|
Event<DuplexChannelEventArgs> |
ISyncMultitypedMessageSender.connectionOpened()
Raised when the connection with the receiver is open.
|
Event<DuplexChannelEventArgs> |
ISyncDuplexTypedMessageSender.connectionOpened()
Raised when the connection with the receiver is open.
|
Event<DuplexChannelEventArgs> |
IMultiTypedMessageSender.connectionOpened()
Raised when the connection with the receiver is open.
|
Event<DuplexChannelEventArgs> |
IDuplexTypedMessageSender.connectionOpened()
Raised when the connection with the receiver is open.
|
Modifier and Type | Method and Description |
---|---|
Event<DuplexChannelEventArgs> |
IBufferedDuplexOutputChannel.connectionOffline()
The event is raised when the connection gets into the offline state.
|
Event<DuplexChannelEventArgs> |
IBufferedDuplexOutputChannel.connectionOnline()
The event is raised when the connection gets into the online state.
|
Modifier and Type | Class and Description |
---|---|
class |
DuplexChannelMessageEventArgs
Event argument used by output and input channel to indicate a message was received.
|
Modifier and Type | Method and Description |
---|---|
Event<DuplexChannelEventArgs> |
IDuplexOutputChannel.connectionClosed()
The event is raised when the connection was closed from the input channel or the it was closed due to a broken connection.
|
Event<DuplexChannelEventArgs> |
IDuplexOutputChannel.connectionOpened()
The event is raised when the connection with the input channel was opened.
|
Modifier and Type | Method and Description |
---|---|
Event<DuplexChannelEventArgs> |
IDuplexBrokerClient.connectionClosed()
Event raised when the connection with the service was closed.
|
Event<DuplexChannelEventArgs> |
IDuplexBrokerClient.connectionOpened()
Event raised when the connection with the service was open.
|
Modifier and Type | Method and Description |
---|---|
Event<DuplexChannelEventArgs> |
IDuplexChannelWrapper.connectionClosed()
Event raised when the connection with the service was closed.
|
Event<DuplexChannelEventArgs> |
IDuplexChannelWrapper.connectionOpened()
Event raised when the connection with the service was open.
|