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
Modifier and TypeMethodDescriptiondefault Collection<RuntimeRestAPIVersion>Returns the supported API versions that this request supports.Methods inherited from interface org.apache.flink.runtime.rest.handler.RestHandlerSpecification
getHttpMethod, getTargetRestEndpointURLMethods inherited from interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
acceptsFileUploads, getRequestClass, getUnresolvedMessageParameters
-
Method Details
-
getSupportedAPIVersions
Description copied from interface:RestHandlerSpecificationReturns the supported API versions that this request supports.- Specified by:
getSupportedAPIVersionsin interfaceRestHandlerSpecification- Returns:
- Collection of supported API versions
-