Class DeliveryFuncResult


  • public class DeliveryFuncResult
    extends FuncResult
    Provides a Fluent submission delivery function result class.
    Since:
    17.10.0
    • Field Detail

      • deliveryChannel

        public String deliveryChannel
        The delivery channel name to switch to (optional).
      • status

        public String status
        The delivery function result.
      • maxRetryAttempts

        public Integer maxRetryAttempts
        The maximum number of retry attempts.
      • retryIntervalsMins

        public Integer retryIntervalsMins
        The delivery retry interval in minutes.
    • Constructor Detail

      • DeliveryFuncResult

        public DeliveryFuncResult()