Package reactor.netty

Class ByteBufMono

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

public class ByteBufMono extends MonoOperator<ByteBuf,ByteBuf>
A decorating Mono NettyInbound with various ByteBuf related operations.
Author:
Stephane Maldini