Class RequestMetadataDecoder<RQ>

Type Parameters:
RQ - A type of the request this ChannelInboundHandlerAdapter expects.
All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

@Sharable
@ThreadSafe
public abstract class RequestMetadataDecoder<RQ>
extends MessageToMessageDecoder<RQ>
A MessageToMessageDecoder that wraps messages of type RQ into messages of type RequestWithMetadata<RQ>.