| Interface | Description |
|---|---|
| DynamicOneWaySender |
Implementations dispatch messages over a ZeroMQ socket using a non-blocking one-way pattern.
|
| OneWaySender |
Implementations dispatch messages over a ZeroMQ socket using a non-blocking one-way pattern.
|
| Publisher |
Implementations dispatch messages over a ZeroMQ socket in a non-blocking fashion using PUB sockets.
|
| Receiver |
Implementations receive messages on a ZeroMQ socket using XREQ sockets.
|
| RequestReplySender |
Implementations dispatch messages over a ZeroMQ socket using a request-reply pattern.
|
| Sender |
Implementations dispatch messages over a ZeroMQ socket.
|
| SocketMultiplexer |
Implementations return an available socket from a collection based on a selection algorithm such as round-robin.
|
| Subscriber |
Implementations receive messages on a ZeroMQ SUB socket.
|
| Class | Description |
|---|---|
| AbstractReceiver | |
| ByteArrayKey |
Used for storing a byte array in a collection.
|
| DelegatingOneWaySender |
Delegates to another one-way sender.
|
| NonReliableOneWayReceiver |
Implementation of a
Receiver the implements one-way with no qualities of service. |
| NonReliableOneWaySender | |
| NonReliableQueuedPublisher |
Implements a basic PUB client with no qualities of service.
|
| NonReliableRequestReplyReceiver |
A
Receiver that implements request-reply with no qualities of service. |
| NonReliableRequestReplySender |
A
RequestReplySender that provides no qualities of service. |
| NonReliableSingleThreadPublisher |
Implements a basic PUB client with no qualities of service.
|
| NonReliableSubscriber |
Implements a basic SUB server with no qualities of service.
|
| RoundRobinSocketMultiplexer |
Implements a round-robin strategy for selecting an available socket from a collection of sockets.
|
| SocketHelper |
Helper methods for configuring ZeroMQ sockets.
|