T - type of packet payloadpublic interface DatabasePacket<T extends PacketPayload>
| Modifier and Type | Method and Description |
|---|---|
void |
write(T payload)
Write packet to byte buffer.
|
void write(T payload)
payload - packet payload to be writtenCopyright © 2022 The Apache Software Foundation. All rights reserved.