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 ConnectionParamsConnectionFactory. params(java.util.concurrent.ExecutorService consumerWorkServiceExecutor)Methods in com.rabbitmq.client with parameters of type ConnectionParams Modifier and Type Method Description protected AMQConnectionConnectionFactory. 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, ObservationCollector observationCollector)Construct a new connection -
Uses of ConnectionParams in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery declared as ConnectionParams Modifier and Type Field Description private ConnectionParamsAutorecoveringConnection. paramsprivate ConnectionParamsRecoveryAwareAMQConnectionFactory. paramsMethods in com.rabbitmq.client.impl.recovery with parameters of type ConnectionParams Modifier and Type Method Description protected RecoveryAwareAMQConnectionRecoveryAwareAMQConnectionFactory. createConnection(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector)
-