All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zmq.package-info Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show 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