Package zmq
package zmq
Provides low-level bindings for ØMQ.
This is the java equivalent of libzmq project.
The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.
All subpackages should be considered internal, with the exception of zmq.msg
.
Within this package, only ZMQ
, Ctx
, SocketBase
and Msg
should be used.
-
ClassDescriptionDeprecated.