Package discord4j.gateway.payload
Interface PayloadWriter
- All Known Implementing Classes:
JacksonPayloadWriter
public interface PayloadWriter
-
Method Summary
Modifier and TypeMethodDescriptionwrite(GatewayPayload<?> payload) Write a given payload to the output buffer.
-
Method Details
-
write
Write a given payload to the output buffer.- Parameters:
payload- the output payload- Returns:
- the publisher of outbound
ByteBuf
-