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.recovery |
Modifier and Type | Method and Description |
---|---|
protected FrameHandlerFactory |
ConnectionFactory.createFrameHandlerFactory() |
Constructor and Description |
---|
AutorecoveringConnection(ConnectionParams params,
FrameHandlerFactory f,
AddressResolver addressResolver) |
AutorecoveringConnection(ConnectionParams params,
FrameHandlerFactory f,
List<Address> addrs) |
RecoveryAwareAMQConnectionFactory(ConnectionParams params,
FrameHandlerFactory factory,
AddressResolver addressResolver) |
RecoveryAwareAMQConnectionFactory(ConnectionParams params,
FrameHandlerFactory factory,
List<Address> addrs) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.