Class GroovyDeliveryProcessService

    • Constructor Detail

      • GroovyDeliveryProcessService

        public GroovyDeliveryProcessService()
    • Method Detail

      • getErrorType

        public String getErrorType()
        Specified by:
        getErrorType in class AbstractGroovyService
        Returns:
        the service error type to be used to classify the error logging records
        Since:
        4.3.4
      • setMaxDeliveryAttempts

        public void setMaxDeliveryAttempts​(int maxDeliveryAttempts)
        Set the maximum number of delivery attempts.
        Parameters:
        maxDeliveryAttempts - the maximum number of attempts at delivery for this service
      • setMaxCheckpointDeliveryAttempts

        public void setMaxCheckpointDeliveryAttempts​(int maxCheckpointAttempts)
        Set the maximum number of times the submission checkpoint delivery process should be attempted.
        Parameters:
        maxCheckpointAttempts - the maximum number of times the form submission checkpoint delivery process should be attempted
        Since:
        4.3.4
      • setRetryDelayMins

        public void setRetryDelayMins​(int retryDelayMins)
        Set the minimum submission delivery retry in minutes.
        Parameters:
        retryDelayMins - set the minimum submission delivery retry in minutes
      • setDeliverAttachments

        public void setDeliverAttachments​(boolean deliverAttachments)
        Sets the deliver attachments.
        Parameters:
        deliverAttachments - the new deliver attachments