Package reactor.netty

Class ByteBufFlux

All Implemented Interfaces:
Publisher<ByteBuf>, CorePublisher<ByteBuf>, Scannable

public class ByteBufFlux extends FluxOperator<ByteBuf,ByteBuf>
A decorating Flux NettyInbound with various ByteBuf related operations.
Author:
Stephane Maldini