R - Type read from the connection held by the event.W - Type written to the connection held by the event.public class ConnectionSubscriberEvent<R,W>
extends java.lang.Object
AbstractConnectionToChannelBridge.
Connection is pooled, reuse should be indicated explicitly via
ConnectionInputSubscriberResetEvent. There can be multiple ConnectionInputSubscriberResetEvents
sent to the same channel and hence the same instance of AbstractConnectionToChannelBridge.| Constructor and Description |
|---|
ConnectionSubscriberEvent(rx.Subscriber<? super Connection<R,W>> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
rx.Subscriber<? super Connection<R,W>> |
getSubscriber() |
public ConnectionSubscriberEvent(rx.Subscriber<? super Connection<R,W>> subscriber)
public rx.Subscriber<? super Connection<R,W>> getSubscriber()