Interface CamelEvent.RouteRestartingFailureEvent

All Superinterfaces:
CamelEvent, CamelEvent.FailureEvent, CamelEvent.RouteEvent
Enclosing interface:
CamelEvent

public static interface CamelEvent.RouteRestartingFailureEvent extends CamelEvent.RouteEvent, CamelEvent.FailureEvent
  • Method Details

    • getAttempt

      long getAttempt()
      Failure attempt (0 = initial start, 1 = first restart attempt)
    • isExhausted

      boolean isExhausted()
      Whether all restarts have failed and the route controller will not attempt to restart the route anymore due to maximum attempts reached and being exhausted.
    • getType

      default CamelEvent.Type getType()
      Specified by:
      getType in interface CamelEvent