@FunctionalInterface public static interface MessageQueue.IMQCallback
Modifier and Type | Interface and Description |
---|---|
static class |
MessageQueue.IMQCallback.Action |
Modifier and Type | Method and Description |
---|---|
MessageQueue.IMQCallback.Action |
dataReceived(ByteBuffer buffer,
int priority)
Implement this method to read
|
MessageQueue.IMQCallback.Action dataReceived(ByteBuffer buffer, int priority)
buffer
- read only byte buffer with message datapriority
- priorityCopyright © 2019–2021 HCL. All rights reserved.