Interface WithSingleSubscriber<T,S>
- All Superinterfaces:
Subscriber<T>
- All Known Subinterfaces:
FlowableWithSingleSubscriber<F,S>
A
Subscriber which consumes also a single item of type WithSingleSubscriber by onSingle(Object) besides items
of type WithSingleSubscriber by Subscriber.onNext(Object).- See Also:
-
Method Summary
Methods inherited from interface org.reactivestreams.Subscriber
onComplete, onError, onNext, onSubscribe
-
Method Details
-
onSingle
Single item sent by thePublisherWithSingle.- Parameters:
s- the single item.
-