Interface Stage.Failed

  • All Superinterfaces:
    Stage
    Enclosing interface:
    Stage


    public static interface Stage.Failed
    extends Stage
    A failed publisher.

    When built, this must produce a publisher that immediately fails the stream with the passed in error.

    • Method Detail

      • getError

        java.lang.Throwable getError​()
        The error.
        Returns:
        the error.