Class ErrorStrategy.Result

    • Method Detail

      • getAction

        public ErrorStrategy.Action getAction()
        Returns the action that EventSource should take.
        Returns:
        the action specified by the strategy
      • getNext

        public ErrorStrategy getNext()
        Returns the strategy instance to be used for the next retry, or null to use the same instance as last time.
        Returns:
        a new instance or null