W - The type of objects written on the connections created by this provider.R - The type of objects read from the connections created by this provider.public interface ConnectionProvider<W,R>
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Connection<R,W>> |
newConnectionRequest()
Returns an
Observable that emits a single connection every time it is subscribed. |
rx.Observable<Connection<R,W>> newConnectionRequest()
Observable that emits a single connection every time it is subscribed.Observable that emits a single connection every time it is subscribed.