Class TestSubscriber
java.lang.Object
io.github.qsy7.examples.platform.java8.streams.prototype.TestSubscriber
- All Implemented Interfaces:
org.reactivestreams.Subscriber<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidonSubscribe(org.reactivestreams.Subscription s)
-
Constructor Details
-
TestSubscriber
public TestSubscriber()
-
-
Method Details
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription s) - Specified by:
onSubscribein interfaceorg.reactivestreams.Subscriber<String>
-
onNext
- Specified by:
onNextin interfaceorg.reactivestreams.Subscriber<String>
-
onError
- Specified by:
onErrorin interfaceorg.reactivestreams.Subscriber<String>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<String>
-