
zmq.package-info Maven / Gradle / Ivy
/**
* 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 - 2025 Weber Informatics LLC | Privacy Policy