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

org.zeromq.util.package-info Maven / Gradle / Ivy

/**
 * 

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