java.lang.Object
io.helidon.webserver.tyrus.TyrusReaderSubscriber
- All Implemented Interfaces:
Flow.Subscriber<DataChunk>
Class TyrusReaderSubscriber.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidonSubscribe(Flow.Subscription subscription)
-
Method Details
-
onSubscribe
- Specified by:
onSubscribein interfaceFlow.Subscriber<DataChunk>
-
onNext
- Specified by:
onNextin interfaceFlow.Subscriber<DataChunk>
-
onError
- Specified by:
onErrorin interfaceFlow.Subscriber<DataChunk>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceFlow.Subscriber<DataChunk>
-