@FunctionalInterface public interface BytesParselet
| Modifier and Type | Method and Description |
|---|---|
void |
accept(long messageType,
BytesIn<?> in)
This method is invoked with a message type and an input stream of bytes.
|
void accept(long messageType,
BytesIn<?> in)
messageType - a long value representing the type of the message to be processed.in - a BytesIn instance containing the message data in bytes.Copyright © 2024. All rights reserved.