public interface PayloadReader
| Modifier and Type | Method and Description |
|---|---|
Publisher<GatewayPayload<?>> |
read(ByteBuf payload)
Read from the input buffer and encode to a single object.
|
Publisher<GatewayPayload<?>> read(ByteBuf payload)
payload - the input byte bufferGatewayPayload representing the inbound payload