public abstract class AbstractEmbeddedSchedulerWorkflowHeaders extends Object implements SqlGatewayMessageHeaders<EmbeddedSchedulerWorkflowRequestBody,EmptyResponseBody,EmptyMessageParameters>
Constructor and Description |
---|
AbstractEmbeddedSchedulerWorkflowHeaders() |
Modifier and Type | Method and Description |
---|---|
Class<EmbeddedSchedulerWorkflowRequestBody> |
getRequestClass()
Returns the class of the request message.
|
Class<EmptyResponseBody> |
getResponseClass()
Returns the class of the response message.
|
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getResponseStatusCode()
Returns the http status code for the response.
|
Collection<? extends RestAPIVersion<?>> |
getSupportedAPIVersions()
Returns the supported API versions that this request supports.
|
EmptyMessageParameters |
getUnresolvedMessageParameters()
Returns a new
MessageParameters object. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCustomHeaders, getDescription, getResponseTypeParameters, operationId
acceptsFileUploads
getHttpMethod, getTargetRestEndpointURL
public AbstractEmbeddedSchedulerWorkflowHeaders()
public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
MessageHeaders
getResponseStatusCode
in interface MessageHeaders<EmbeddedSchedulerWorkflowRequestBody,EmptyResponseBody,EmptyMessageParameters>
public Class<EmptyResponseBody> getResponseClass()
MessageHeaders
getResponseClass
in interface MessageHeaders<EmbeddedSchedulerWorkflowRequestBody,EmptyResponseBody,EmptyMessageParameters>
public Class<EmbeddedSchedulerWorkflowRequestBody> getRequestClass()
UntypedResponseMessageHeaders
getRequestClass
in interface UntypedResponseMessageHeaders<EmbeddedSchedulerWorkflowRequestBody,EmptyMessageParameters>
public EmptyMessageParameters getUnresolvedMessageParameters()
UntypedResponseMessageHeaders
MessageParameters
object.getUnresolvedMessageParameters
in interface UntypedResponseMessageHeaders<EmbeddedSchedulerWorkflowRequestBody,EmptyMessageParameters>
public Collection<? extends RestAPIVersion<?>> getSupportedAPIVersions()
RestHandlerSpecification
getSupportedAPIVersions
in interface RestHandlerSpecification
getSupportedAPIVersions
in interface SqlGatewayMessageHeaders<EmbeddedSchedulerWorkflowRequestBody,EmptyResponseBody,EmptyMessageParameters>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.