Uses of Class
com.rabbitmq.client.impl.ConnectionParams
-
Packages that use ConnectionParams Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of ConnectionParams in com.rabbitmq.client
Methods in com.rabbitmq.client that return ConnectionParams Modifier and Type Method Description ConnectionParams
ConnectionFactory. params(ExecutorService consumerWorkServiceExecutor)
Methods in com.rabbitmq.client with parameters of type ConnectionParams Modifier and Type Method Description protected AMQConnection
ConnectionFactory. createConnection(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector)
-
Uses of ConnectionParams in com.rabbitmq.client.impl
Constructors in com.rabbitmq.client.impl with parameters of type ConnectionParams Constructor Description AMQConnection(ConnectionParams params, FrameHandler frameHandler)
AMQConnection(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector)
Construct a new connection -
Uses of ConnectionParams in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery with parameters of type ConnectionParams Modifier and Type Method Description protected RecoveryAwareAMQConnection
RecoveryAwareAMQConnectionFactory. createConnection(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector)
-