Class FailEventDeliveryExceptionHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(EventDeliveryExceptionHandlerState state, java.lang.Throwable t, java.lang.Runnable retry, java.util.function.Consumer<java.lang.Throwable> fail, java.lang.Runnable ignore)
      handle an exception by either (asynchronously) retrying or failing
      boolean handles​(java.lang.Throwable t)
      Returns true if this handles the throwable
      EventDeliveryExceptionHandlerState makeState​(java.lang.Throwable t)
      create the state used for handling an exception
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait