zmq.msg.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 utility for message allocation within ØMQ.
*
* This is a java-only construct, allowing to customize the creation of messages (potentially sharing buffers, for instance).
*
* The classes of this package shall be used with {@link zmq.ZMQ#ZMQ_MSG_ALLOCATOR} or {@link zmq.ZMQ#ZMQ_MSG_ALLOCATION_HEAP_THRESHOLD}
*/
package zmq.msg;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy