public class WebSocketSendSubscriber
extends java.lang.Object
implements org.reactivestreams.Subscriber<java.lang.String>
| Constructor and Description |
|---|
WebSocketSendSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(java.lang.Throwable t) |
void |
onNext(java.lang.String message) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe in interface org.reactivestreams.Subscriber<java.lang.String>public void onNext(java.lang.String message)
onNext in interface org.reactivestreams.Subscriber<java.lang.String>public void onError(java.lang.Throwable t)
onError in interface org.reactivestreams.Subscriber<java.lang.String>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<java.lang.String>