public interface RequestIdGenerator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
newRequestId(ContextKeySupplier keySupplier,
io.netty.util.AttributeMap channelAttributeMap)
Generates a globally unique request identifier.
|
java.lang.String newRequestId(ContextKeySupplier keySupplier, io.netty.util.AttributeMap channelAttributeMap)
keySupplier - ContextKeySupplier for the request.channelAttributeMap - Channel attribute map, normally obtained as ChannelHandlerContext.channel()