R
- type of the requestM
- type of the message parameterspublic abstract class AsynchronousOperationTriggerMessageHeaders<R extends RequestBody,M extends MessageParameters> extends Object implements RuntimeMessageHeaders<R,TriggerResponse,M>
Constructor and Description |
---|
AsynchronousOperationTriggerMessageHeaders() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getAsyncOperationDescription()
Returns the description for this async operation header.
|
String |
getDescription()
Returns the description for this header.
|
Class<TriggerResponse> |
getResponseClass()
Returns the class of the response message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSupportedAPIVersions
getCustomHeaders, getResponseStatusCode, getResponseTypeParameters, operationId
acceptsFileUploads, getRequestClass, getUnresolvedMessageParameters
getHttpMethod, getTargetRestEndpointURL
public AsynchronousOperationTriggerMessageHeaders()
public Class<TriggerResponse> getResponseClass()
MessageHeaders
getResponseClass
in interface MessageHeaders<R extends RequestBody,TriggerResponse,M extends MessageParameters>
public String getDescription()
MessageHeaders
getDescription
in interface MessageHeaders<R extends RequestBody,TriggerResponse,M extends MessageParameters>
protected abstract String getAsyncOperationDescription()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.