Interface | Description |
---|---|
Backgroundable |
Capable of running in a background thread.
|
BeaconListener |
Listener to handle beacon events sent via UDP.
|
BeaconReactor |
An event-driven reactor for discovery beacons.
|
BinaryStarReactor |
Reactor implementing the Binary Star pattern, used to construct HA-pairs
that can forward messages to an application in an event-driven manner.
|
Bindable |
Used to create sockets capable of binding to local endpoints.
|
Broadcastable | |
CloneClient |
An API client implementing the CHP (Clustered Hashmap Protocol), which will
communicate via an agent (background thread) with a pair of stateful servers
using the Binary Star Pattern.
|
CloneServer |
A service interface for a server implementing CHP (Clustered Hashmap Protocol).
|
Connectable |
Used to create sockets capable of connecting to remote endpoints.
|
Context |
A ØMQ context is thread safe and may be shared among as many application threads as necessary, without any additional
locking required on the part of the caller.
|
LoopHandler |
Callback from within an event-driven reactor.
|
Pollable |
An item in a poll set.
|
Poller |
Poller for polling sockets and receiving callbacks for events.
|
PollListener |
A listener of a Poller.
|
Reactor |
An event-driven reactor.
|
Receiver |
Socket capable of receiving message parts.
|
Routable |
A socket builder for a router socket.
|
Sender |
Socket capable of sending message parts.
|
Socket |
ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering
(subscriptions), seamless access to multiple transport protocols and more.
|
SocketSpec |
ØMQ Socket specification
Socket options for that Socket type
|
Subscribable |
A socket builder for a subscriber socket.
|
TypedReceiver<T> | |
TypedSender<T> |
Class | Description |
---|---|
LoopAdapter |
An abstract class for implementing a
LoopHandler . |
Message |
Message containing frames for sending data via a socket.
|
Message.Frame |
Represents a single frame of data within a message.
|
Message.FrameBuilder |
Builder for constructing efficient binary representations of multi-value
data frames using a dynamically sized buffer.
|
PollAdapter |
An abstract class for implementing a
PollListener . |
RoutedMessage |
Routed message contains route frames and payload frames.
|
RoutedMessage.Route |
Represents a route, or address frame, which will be combined with a blank
frame over the wire.
|
UdpBeacon |
Enum | Description |
---|---|
BinaryStarReactor.Event |
Events, which start with the states our peer can be in.
|
BinaryStarReactor.Mode |
Startup modes.
|
BinaryStarReactor.State |
States we can be in at any point in time.
|
DeviceType |
Values for Device types
|
MessageFlag |
Send and Receive flags
|
PollerType |
Enumeration of poller types.
|
SocketType |
Values for Socket types
|
TransportType |
A ØMQ socket can use multiple different underlying transport mechanisms.
|
Copyright © 2019. All rights reserved.