Package zmq.msg
Interface MsgAllocator
-
- All Known Implementing Classes:
MsgAllocatorDirect
,MsgAllocatorHeap
,MsgAllocatorThreshold
public interface MsgAllocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Msg
allocate(int size)
-
-
-
Method Detail
-
allocate
Msg allocate(int size)
-
-