public interface ClientConnectionFactory<I,O,C extends ObservableConnection<I,O>> extends ObservableConnectionFactory<I,O>
| Modifier and Type | Method and Description |
|---|---|
C |
newConnection(io.netty.channel.Channel channel) |
useMetricEventsSubjectC newConnection(io.netty.channel.Channel channel)
newConnection in interface ObservableConnectionFactory<I,O>