Class RetryEvent

All Implemented Interfaces:
Serializable

public class RetryEvent extends ApplicationEvent
An event triggered on each retry.
Since:
1.0
Author:
graemerocher
See Also:
  • Constructor Details

    • RetryEvent

      public RetryEvent(MethodInvocationContext<?,?> source, RetryState retryState, Throwable throwable)
      Parameters:
      source - The source method invocation context for intercepting method call
      retryState - To encapsulate current state into Retryable
      throwable - The error
  • Method Details