R - Type read from the connection held by the event.W - Type written to the connection held by the event.public final class ConnectionInputSubscriberEvent<R,W>
extends java.lang.Object
AbstractConnectionToChannelBridge.
ConnectionInputSubscriberResetEvent between two consecutive ConnectionInputSubscriberEvents| Constructor and Description |
|---|
ConnectionInputSubscriberEvent(rx.Subscriber<? super R> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
static <II,OO> ConnectionInputSubscriberEvent<II,OO> |
discardAllInput() |
rx.Subscriber<? super R> |
getSubscriber() |
public ConnectionInputSubscriberEvent(rx.Subscriber<? super R> subscriber)
public rx.Subscriber<? super R> getSubscriber()
public static <II,OO> ConnectionInputSubscriberEvent<II,OO> discardAllInput()