Package ru.tinkoff.kora.common.util.flow
Class DrainSubscriber<T>
java.lang.Object
ru.tinkoff.kora.common.util.flow.DrainSubscriber<T>
- All Implemented Interfaces:
Flow.Subscriber<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidonSubscribe(Flow.Subscription subscription)
-
Constructor Details
-
DrainSubscriber
public DrainSubscriber()
-
-
Method Details
-
onSubscribe
- Specified by:
onSubscribein interfaceFlow.Subscriber<T>
-
onNext
- Specified by:
onNextin interfaceFlow.Subscriber<T>
-
onError
- Specified by:
onErrorin interfaceFlow.Subscriber<T>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceFlow.Subscriber<T>
-