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 |
Modifier and Type | Method and Description |
---|---|
ConnectionParams |
ConnectionFactory.params(ExecutorService consumerWorkServiceExecutor) |
Constructor and Description |
---|
AMQConnection(ConnectionParams params,
FrameHandler frameHandler)
Construct a new connection
|
Constructor and Description |
---|
AutorecoveringConnection(ConnectionParams params,
FrameHandlerFactory f,
AddressResolver addressResolver) |
AutorecoveringConnection(ConnectionParams params,
FrameHandlerFactory f,
List<Address> addrs) |
RecoveryAwareAMQConnection(ConnectionParams params,
FrameHandler handler) |
RecoveryAwareAMQConnectionFactory(ConnectionParams params,
FrameHandlerFactory factory,
AddressResolver addressResolver) |
RecoveryAwareAMQConnectionFactory(ConnectionParams params,
FrameHandlerFactory factory,
List<Address> addrs) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.