org.zeromq.util.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
/**
* Provides high-level utility bindings for ØMQ.
*
* This is the java equivalent of CZMQ project,
* but packaged separately to avoid proliferation of classes under the same namespace.
*
* Classes of this package tend to achieve these goals:
*
* - To wrap the ØMQ core API in semantics that lead to shorter, more readable applications.
* - To provide a space for development of more sophisticated API semantics.
*
*
*/
package org.zeromq.util;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy