Interface CompletableSource.Subscriber

    • Method Detail

      • onComplete

        void onComplete()
        Success terminal state.

        No further events will be sent.

      • onError

        void onError​(java.lang.Throwable t)
        Failed terminal state.

        No further events will be sent.

        Parameters:
        t - the throwable signaled