public class RemoteObservableConnectionHandler extends java.lang.Object implements io.reactivex.netty.channel.ConnectionHandler<RemoteRxEvent,RemoteRxEvent>
| Constructor and Description |
|---|
RemoteObservableConnectionHandler(java.util.Map<java.lang.String,RemoteObservableConfiguration> observables,
IngressPolicy ingressPolicy,
java.util.concurrent.CountDownLatch blockUntilCompleted,
ServerMetrics metrics) |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<java.lang.Void> |
handle(io.reactivex.netty.channel.ObservableConnection<RemoteRxEvent,RemoteRxEvent> connection) |
public RemoteObservableConnectionHandler(java.util.Map<java.lang.String,RemoteObservableConfiguration> observables, IngressPolicy ingressPolicy, java.util.concurrent.CountDownLatch blockUntilCompleted, ServerMetrics metrics)
public rx.Observable<java.lang.Void> handle(io.reactivex.netty.channel.ObservableConnection<RemoteRxEvent,RemoteRxEvent> connection)
handle in interface io.reactivex.netty.channel.ConnectionHandler<RemoteRxEvent,RemoteRxEvent>