Class HandlerRequest<R extends RequestBody>

java.lang.Object
org.apache.flink.runtime.rest.handler.HandlerRequest<R>
Type Parameters:
R - type of the contained request body

public class HandlerRequest<R extends RequestBody> extends Object
Simple container for the request to a handler, that contains the RequestBody and path/query parameters.