public class FailedPublisher<ElementT> extends Object implements org.reactivestreams.Publisher<ElementT>
Publisher
that immediately signals the error passed at instantiation to all its
subscribers.Constructor and Description |
---|
FailedPublisher(Throwable error) |
Modifier and Type | Method and Description |
---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super ElementT> subscriber) |
Copyright © 2017–2019. All rights reserved.