Uses of Class
org.apache.pulsar.client.impl.ConnectionPool
Packages that use ConnectionPool
-
Uses of ConnectionPool in org.apache.pulsar.client.impl
Methods in org.apache.pulsar.client.impl that return ConnectionPoolConstructors in org.apache.pulsar.client.impl with parameters of type ConnectionPoolModifierConstructorDescriptionPulsarClientImpl(ClientConfigurationData conf, io.netty.channel.EventLoopGroup eventLoopGroup, ConnectionPool cnxPool) PulsarClientImpl(ClientConfigurationData conf, io.netty.channel.EventLoopGroup eventLoopGroup, ConnectionPool cnxPool, io.netty.util.Timer timer) PulsarClientImpl(ClientConfigurationData conf, io.netty.channel.EventLoopGroup eventLoopGroup, ConnectionPool connectionPool, io.netty.util.Timer timer, ExecutorProvider externalExecutorProvider, ExecutorProvider internalExecutorProvider, ScheduledExecutorProvider scheduledExecutorProvider)