Class WebSocketSendSubscriber
java.lang.Object
graphql.kickstart.servlet.subscriptions.WebSocketSendSubscriber
- All Implemented Interfaces:
org.reactivestreams.Subscriber<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidonSubscribe(org.reactivestreams.Subscription subscription)
-
Constructor Details
-
WebSocketSendSubscriber
public WebSocketSendSubscriber()
-
-
Method Details
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription subscription) - 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>
-