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

zmq.msg.package-info Maven / Gradle / Ivy

The newest version!
/**
 * 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