Class RecoveryAwareAMQConnection
java.lang.Object
com.rabbitmq.client.impl.ShutdownNotifierComponent
com.rabbitmq.client.impl.AMQConnection
com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnection
- All Implemented Interfaces:
Connection,NetworkConnection,ShutdownNotifier
AMQConnection modification that uses RecoveryAwareChannelN- Since:
- 3.3.0
-
Field Summary
Fields inherited from class com.rabbitmq.client.impl.AMQConnection
_workService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RecoveryAwareChannelManagerinstantiateChannelManager(int channelMax, ThreadFactory threadFactory) Methods inherited from class com.rabbitmq.client.impl.AMQConnection
abort, abort, abort, abort, addBlockedListener, clearBlockedListeners, close, close, close, close, close, close, createChannel, createChannel, defaultClientProperties, disconnectChannel, flush, getAddress, getChannelMax, getClientProperties, getClientProvidedName, getExceptionHandler, getFrameHandler, getFrameMax, getHeartbeat, getLocalAddress, getLocalPort, getPort, getServerProperties, getThreadFactory, handleConnectionClose, negotiateChannelMax, processControlCommand, removeBlockedListener, setHeartbeat, setThreadFactory, shutdown, start, toString, willShutDownConsumerExecutor, writeFrameMethods inherited from class com.rabbitmq.client.impl.ShutdownNotifierComponent
addShutdownListener, getCloseReason, isOpen, notifyListeners, removeShutdownListener, setShutdownCauseIfOpenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rabbitmq.client.ShutdownNotifier
addShutdownListener, getCloseReason, isOpen, notifyListeners, removeShutdownListener
-
Constructor Details
-
RecoveryAwareAMQConnection
-
-
Method Details
-
instantiateChannelManager
protected RecoveryAwareChannelManager instantiateChannelManager(int channelMax, ThreadFactory threadFactory) - Overrides:
instantiateChannelManagerin classAMQConnection
-