Uses of Class
com.avoka.tm.func.DeliveryFuncResultBuilder
-
Uses of DeliveryFuncResultBuilder in com.avoka.tm.func
Modifier and TypeMethodDescriptionDeliveryFuncResultBuilder.setDeliveryChannel
(String deliveryChannel) Set the maximum number of retry attempts.DeliveryFuncResultBuilder.setMaxRetryAttempts
(Integer maxRetryAttempts) Set the maximum number of retry attempts.DeliveryFuncResultBuilder.setRetryIntervalsMins
(Integer retryIntervalsMins) Set the delivery retry interval in minutes.DeliveryFuncResultBuilder.setStatusCompleted()
Set the delivery result status to be 'Completed'.DeliveryFuncResultBuilder.setStatusError()
Set the delivery result status to be 'Error'.DeliveryFuncResultBuilder.setStatusInProgress()
Set the delivery result status to be 'In Progress'.