public class FailedPublisher<ElementT> extends Object implements Publisher<ElementT>
Publisher
that immediately signals the error passed at instantiation to all its
subscribers.Constructor and Description |
---|
FailedPublisher(Throwable error) |
Copyright © 2017–2019. All rights reserved.