public interface PayloadWriter
| Modifier and Type | Method and Description |
|---|---|
Publisher<ByteBuf> |
write(GatewayPayload<?> payload)
Write a given payload to the output buffer.
|
Publisher<ByteBuf> write(GatewayPayload<?> payload)
payload - the output payloadByteBuf