Class SequentialSubscriber<T>

java.lang.Object
io.helidon.common.reactive.SequentialSubscriber<T>
Type Parameters:
T - Type of the item
All Implemented Interfaces:
Flow.Subscriber<T>

public class SequentialSubscriber<T> extends Object implements Flow.Subscriber<T>
Wrapper Flow.Subscriber ensuring OnSubscribe, onNext, onError and onComplete to be signaled serially.
See Also: