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.
|
eneter.messaging.nodes.loadbalancer |
Distributing the workload across a farm of receivers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRpcService<TServiceInterface>
Service which exposes the interface for Remote Procedure Call (note: it also works with .NET).
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDuplexStringMessageReceiver
Receiver of text messages.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDuplexTypedMessageReceiver<TResponse,TRequest>
Receiver for one specified message type.
|
interface |
IMultiTypedMessageReceiver
Receiver for multiple message types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDuplexBroker
Broker component.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDuplexChannelUnwrapper
Duplex channel unwrapper.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ILoadBalancer
Load balancer.
|