Interface CanFail


  • public interface CanFail
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void failed​(java.lang.Throwable exception)
      Should the processing fail, done is not called but failed is instead.
    • Method Detail

      • failed

        void failed​(java.lang.Throwable exception)
        Should the processing fail, done is not called but failed is instead.
        Parameters:
        exception - the exception that occurred during processing