Class AsynchronousOperationStatusMessageHeaders<V,M extends MessageParameters>

java.lang.Object
org.apache.flink.runtime.rest.handler.async.AsynchronousOperationStatusMessageHeaders<V,M>
Type Parameters:
V - type of the operation result
M - type of the message parameters
All Implemented Interfaces:
RestHandlerSpecification, MessageHeaders<EmptyRequestBody,AsynchronousOperationResult<V>,M>, RuntimeMessageHeaders<EmptyRequestBody,AsynchronousOperationResult<V>,M>, UntypedResponseMessageHeaders<EmptyRequestBody,M>
Direct Known Subclasses:
CheckpointStatusHeaders, ClusterDataSetDeleteStatusHeaders, RescalingStatusHeaders, SavepointDisposalStatusHeaders, SavepointStatusHeaders

public abstract class AsynchronousOperationStatusMessageHeaders<V,M extends MessageParameters> extends Object implements RuntimeMessageHeaders<EmptyRequestBody,AsynchronousOperationResult<V>,M>
Message headers for the status polling of an asynchronous operation.