zmq.msg.MsgAllocator 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
package zmq.msg;
import zmq.Msg;
public interface MsgAllocator
{
Msg allocate(int size);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy