Interface Callback


  • public interface Callback
    Callback interface notified when a CountDownCallback transmitted by a CallbackNotification reaches zero. If at least one error has been raised, the method failed is called. Otherwise the method done is called.
    • Method Detail

      • done

        void done()
        Called if no error has been raised.
      • failed

        void failed​(List<Throwable> errors)
        Called if at least one error has been raised.
        Parameters:
        errors - the errors raised by the CountDownCallback transmitted by a CallbackNotification