zmq.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jeromq Show documentation
Show all versions of jeromq Show documentation
Pure Java implementation of libzmq
The newest version!
/**
* 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 {@link zmq.msg}.
*
* Within this package, only {@link zmq.ZMQ}, {@link zmq.Ctx}, {@link zmq.SocketBase} and {@link zmq.Msg} should be used.
*/
package zmq;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy