Interface RuntimeUntypedResponseMessageHeaders<R extends RequestBody,M extends MessageParameters>
-
- Type Parameters:
R- type of the requestM- type of the message parameters
- All Superinterfaces:
RestHandlerSpecification,UntypedResponseMessageHeaders<R,M>
- All Known Implementing Classes:
JobManagerCustomLogHeaders,JobManagerLogFileHeader,JobManagerProfilingFileHeaders,JobManagerStdoutFileHeader,TaskManagerCustomLogHeaders,TaskManagerLogFileHeaders,TaskManagerProfilingFileHeaders,TaskManagerStdoutFileHeaders
public interface RuntimeUntypedResponseMessageHeaders<R extends RequestBody,M extends MessageParameters> extends UntypedResponseMessageHeaders<R,M>
Message headers for a web handler request that belongs to runtime module.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Collection<RuntimeRestAPIVersion>getSupportedAPIVersions()Returns the supported API versions that this request supports.-
Methods inherited from interface org.apache.flink.runtime.rest.handler.RestHandlerSpecification
getHttpMethod, getTargetRestEndpointURL
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
acceptsFileUploads, getRequestClass, getUnresolvedMessageParameters
-
-
-
-
Method Detail
-
getSupportedAPIVersions
default Collection<RuntimeRestAPIVersion> getSupportedAPIVersions()
Description copied from interface:RestHandlerSpecificationReturns the supported API versions that this request supports.- Specified by:
getSupportedAPIVersionsin interfaceRestHandlerSpecification- Returns:
- Collection of supported API versions
-
-