Class WebSocketSendSubscriber
java.lang.Object
graphql.kickstart.servlet.subscriptions.WebSocketSendSubscriber
- All Implemented Interfaces:
org.reactivestreams.Subscriber<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
onSubscribe
(org.reactivestreams.Subscription subscription)
-
Constructor Details
-
WebSocketSendSubscriber
public WebSocketSendSubscriber()
-
-
Method Details
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription subscription) - Specified by:
onSubscribe
in interfaceorg.reactivestreams.Subscriber<String>
-
onNext
- Specified by:
onNext
in interfaceorg.reactivestreams.Subscriber<String>
-
onError
- Specified by:
onError
in interfaceorg.reactivestreams.Subscriber<String>
-
onComplete
public void onComplete()- Specified by:
onComplete
in interfaceorg.reactivestreams.Subscriber<String>
-