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.nodes.broker |
Publish-subscribe scenarios.
|
eneter.messaging.nodes.channelwrapper |
Reducing communication via multiple channels into one channel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRpcClient<TServiceInterface>
Client which can use Remote Procedure Calls (note: it also works with .NET).
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDuplexStringMessageSender
Sender of text messages.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDuplexTypedMessageSender<TResponse,TRequest>
Sender for one specified message type.
|
interface |
IMultiTypedMessageSender
Sender for multiple message types.
|
interface |
ISyncDuplexTypedMessageSender<TResponse,TRequest>
Synchronized sender for one specified message type (it waits until the response is received).
|
interface |
ISyncMultitypedMessageSender
Synchronized sender for multiple message types (it waits until the response is received).
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDuplexBrokerClient
Publishes and subscribes messages in the broker.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDuplexChannelWrapper
Duplex channel wrapper.
|