R
- request message typeP
- response message typeM
- message parameters typepublic interface SqlGatewayMessageHeaders<R extends RequestBody,P extends ResponseBody,M extends MessageParameters> extends MessageHeaders<R,P,M>
RequestBody
s to ResponseBody
s types and contains meta-data
required for their http headers in runtime module.
Implementations must be state-less.
Modifier and Type | Method and Description |
---|---|
default Collection<? extends RestAPIVersion<?>> |
getSupportedAPIVersions()
Returns the supported API versions that this request supports.
|
getCustomHeaders, getDescription, getResponseClass, getResponseStatusCode, getResponseTypeParameters, operationId
acceptsFileUploads, getRequestClass, getUnresolvedMessageParameters
getHttpMethod, getTargetRestEndpointURL
default Collection<? extends RestAPIVersion<?>> getSupportedAPIVersions()
RestHandlerSpecification
getSupportedAPIVersions
in interface RestHandlerSpecification
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.