public interface MsgAllocator
Modifier and Type | Method and Description |
---|---|
Msg |
allocate(int size)
Allocate a Msg based on users needs (e.g., using DirectByteBuffer with additional space in
front for header information).
|
Msg allocate(int size)
size
- The size of the Msg.Copyright © 2024. All rights reserved.