Package discord4j.gateway.limiter
Interface PayloadTransformer
- All Known Implementing Classes:
RateLimitTransformer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface PayloadTransformer
extends Function<Publisher<ByteBuf>,Publisher<ByteBuf>>
A transformation function to a sequence of raw
ByteBuf payloads.-
Method Summary