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, waitgetSupportedAPIVersionsgetCustomHeaders, getResponseStatusCode, getResponseTypeParameters, operationIdacceptsFileUploads, getRequestClass, getUnresolvedMessageParametersgetHttpMethod, getTargetRestEndpointURLpublic AsynchronousOperationTriggerMessageHeaders()
public Class<TriggerResponse> getResponseClass()
MessageHeadersgetResponseClass in interface MessageHeaders<R extends RequestBody,TriggerResponse,M extends MessageParameters>public String getDescription()
MessageHeadersgetDescription in interface MessageHeaders<R extends RequestBody,TriggerResponse,M extends MessageParameters>protected abstract String getAsyncOperationDescription()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.