public class UnpooledClientConnectionFactory<I,O> extends java.lang.Object implements ClientConnectionFactory<I,O,ObservableConnection<I,O>>
| Constructor and Description |
|---|
UnpooledClientConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
ObservableConnection<I,O> |
newConnection(io.netty.channel.Channel channel) |
void |
useMetricEventsSubject(MetricEventsSubject<?> eventsSubject) |
public ObservableConnection<I,O> newConnection(io.netty.channel.Channel channel)
newConnection in interface ObservableConnectionFactory<I,O>newConnection in interface ClientConnectionFactory<I,O,ObservableConnection<I,O>>public void useMetricEventsSubject(MetricEventsSubject<?> eventsSubject)
useMetricEventsSubject in interface ObservableConnectionFactory<I,O>