public interface ChannelPoolManagerFactory
ChannelPoolManagerImpl given a set of transport
properties ChannelPoolManagerKey.| Modifier and Type | Method and Description |
|---|---|
ChannelPoolManager |
buildHttp2Stream(ChannelPoolManagerKey channelPoolManagerKey) |
ChannelPoolManager |
buildRest(ChannelPoolManagerKey channelPoolManagerKey) |
ChannelPoolManager |
buildStream(ChannelPoolManagerKey channelPoolManagerKey) |
void |
shutdown(com.linkedin.common.callback.Callback<com.linkedin.common.util.None> callback) |
ChannelPoolManager buildRest(ChannelPoolManagerKey channelPoolManagerKey)
channelPoolManagerKey - An object composed by all the transport client properties
to initialize the current clientChannelPoolManager buildStream(ChannelPoolManagerKey channelPoolManagerKey)
channelPoolManagerKey - An object composed by all the transport client properties
to initialize the current clientChannelPoolManager buildHttp2Stream(ChannelPoolManagerKey channelPoolManagerKey)
channelPoolManagerKey - An object composed by all the transport client properties
to initialize the current clientvoid shutdown(com.linkedin.common.callback.Callback<com.linkedin.common.util.None> callback)
callback - called when the shutdown is completed, the callback is guaranteed to be called