Uses of Class
com.rabbitmq.client.impl.ConnectionParams
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Uses of ConnectionParams in com.rabbitmq.client
Modifier and TypeMethodDescriptionConnectionFactory.params
(ExecutorService consumerWorkServiceExecutor) Modifier and TypeMethodDescriptionprotected AMQConnection
ConnectionFactory.createConnection
(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector) -
Uses of ConnectionParams in com.rabbitmq.client.impl
ModifierConstructorDescriptionAMQConnection
(ConnectionParams params, FrameHandler frameHandler) AMQConnection
(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector, ObservationCollector observationCollector) Construct a new connection -
Uses of ConnectionParams in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionprotected RecoveryAwareAMQConnection
RecoveryAwareAMQConnectionFactory.createConnection
(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector) ModifierConstructorDescriptionAutorecoveringConnection
(ConnectionParams params, FrameHandlerFactory f, AddressResolver addressResolver) AutorecoveringConnection
(ConnectionParams params, FrameHandlerFactory f, AddressResolver addressResolver, MetricsCollector metricsCollector, ObservationCollector observationCollector) AutorecoveringConnection
(ConnectionParams params, FrameHandlerFactory f, List<Address> addrs) RecoveryAwareAMQConnection
(ConnectionParams params, FrameHandler handler) RecoveryAwareAMQConnection
(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector, ObservationCollector observationCollector) RecoveryAwareAMQConnectionFactory
(ConnectionParams params, FrameHandlerFactory factory, AddressResolver addressResolver) RecoveryAwareAMQConnectionFactory
(ConnectionParams params, FrameHandlerFactory factory, AddressResolver addressResolver, MetricsCollector metricsCollector, ObservationCollector observationCollector) RecoveryAwareAMQConnectionFactory
(ConnectionParams params, FrameHandlerFactory factory, List<Address> addrs)