Uses of Class
com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnection
-
Packages that use RecoveryAwareAMQConnection Package Description com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of RecoveryAwareAMQConnection in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery declared as RecoveryAwareAMQConnection Modifier and Type Field Description private RecoveryAwareAMQConnectionAutorecoveringConnection. delegateMethods in com.rabbitmq.client.impl.recovery that return RecoveryAwareAMQConnection Modifier and Type Method Description protected RecoveryAwareAMQConnectionRecoveryAwareAMQConnectionFactory. createConnection(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector)RecoveryAwareAMQConnectionRecoveryAwareAMQConnectionFactory. newConnection()private RecoveryAwareAMQConnectionAutorecoveringConnection. recoverConnection()Methods in com.rabbitmq.client.impl.recovery with parameters of type RecoveryAwareAMQConnection Modifier and Type Method Description private voidAutorecoveringConnection. addAutomaticRecoveryListener(RecoveryAwareAMQConnection newConn)private voidAutorecoveringConnection. recoverBlockedListeners(RecoveryAwareAMQConnection newConn)private voidAutorecoveringConnection. recoverChannels(RecoveryAwareAMQConnection newConn)private voidAutorecoveringConnection. recoverShutdownListeners(RecoveryAwareAMQConnection newConn)
-