Class RequestWithMetadata<RQ>

java.lang.Object
stincmale.server.netty4.RequestWithMetadata<RQ>
Type Parameters:
RQ - A type of the actual request
All Implemented Interfaces:
ReferenceCounted

@NotThreadSafe
public final class RequestWithMetadata<RQ>
extends Object
implements ReferenceCounted
Allows to attach any data to the actual request before feeding it to the DispatchMonoHandler, or for any other purpose.