Uses of Interface
ratpack.handling.RequestId
-
Packages that use RequestId Package Description ratpack.handling The handling of application requests. -
-
Uses of RequestId in ratpack.handling
Fields in ratpack.handling with type parameters of type RequestId Modifier and Type Field Description static com.google.common.reflect.TypeToken<RequestId>
RequestId. TYPE
A type token for this type.Methods in ratpack.handling that return RequestId Modifier and Type Method Description RequestId
RequestId.Generator. generate(Request request)
Generate the ID for the request.static RequestId
RequestId. of(java.lang.CharSequence requestId)
Creates a new request ID from the given string.
-