Class FailedMulti<T>

  • Type Parameters:
    T - the value type
    All Implemented Interfaces:
    Multi<T>, org.reactivestreams.Publisher<T>

    public class FailedMulti<T>
    extends AbstractMulti<T>
    Multi emitting a failures (constant or produced by a supplier) to subscribers.
    • Constructor Detail

      • FailedMulti

        public FailedMulti​(java.lang.Throwable failure)
      • FailedMulti

        public FailedMulti​(java.util.function.Supplier<java.lang.Throwable> supplier)