Package com.avoka.tm.func
Class DeliveryFuncResult
java.lang.Object
com.avoka.tm.func.FuncResult
com.avoka.tm.func.DeliveryFuncResult
Provides a Fluent submission delivery function result class.
- Since:
- 17.10.0
-
Field Summary
Modifier and TypeFieldDescriptionThe delivery channel name to switch to (optional).The maximum number of retry attempts.The delivery retry interval in minutes.The delivery function result.static final String
The delivery 'Completed' status.static final String
The delivery 'Error' status.static final String
The delivery 'In Progress' status.Fields inherited from class com.avoka.tm.func.FuncResult
continueProcessing, data
-
Constructor Summary
-
Method Summary
Methods inherited from class com.avoka.tm.func.FuncResult
toJson, toString
-
Field Details
-
STATUS_COMPLETED
The delivery 'Completed' status.- See Also:
-
STATUS_ERROR
The delivery 'Error' status.- See Also:
-
STATUS_IN_PROGRESS
The delivery 'In Progress' status.- See Also:
-
deliveryChannel
The delivery channel name to switch to (optional). -
status
The delivery function result. -
maxRetryAttempts
The maximum number of retry attempts. -
retryIntervalsMins
The delivery retry interval in minutes.
-
-
Constructor Details
-
DeliveryFuncResult
public DeliveryFuncResult()
-