Class RetryPolicy


  • public class RetryPolicy
    extends Object
    RetryPolicy decides what actions are necessary after a transmission attempt failed and executes those actions.
    • Constructor Detail

      • RetryPolicy

        public RetryPolicy()
        Constructs a new empty instance, required attributes must be passed using the setter methods later.
      • RetryPolicy

        public RetryPolicy​(DsnMailCreator dsnMailCreator,
                           Transmitter dsnTransmitter,
                           Transmitter retryTransmitter)
        Constructs a new instance with all required dependencies.