Package com.rabbitmq.client
Interface RecoverableConnection
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,Connection
,Recoverable
,ShutdownNotifier
- All Known Implementing Classes:
AutorecoveringConnection
public interface RecoverableConnection extends Recoverable, Connection
Convenient interface when working against auto-recovery connections.- Since:
- 4.0.0
-
-
Method Summary
-
Methods inherited from interface com.rabbitmq.client.Connection
abort, abort, abort, abort, addBlockedListener, addBlockedListener, clearBlockedListeners, close, close, close, close, createChannel, createChannel, getAddress, getChannelMax, getClientProperties, getClientProvidedName, getExceptionHandler, getFrameMax, getHeartbeat, getId, getPort, getServerProperties, openChannel, openChannel, removeBlockedListener, setId
-
Methods inherited from interface com.rabbitmq.client.Recoverable
addRecoveryListener, removeRecoveryListener
-
Methods inherited from interface com.rabbitmq.client.ShutdownNotifier
addShutdownListener, getCloseReason, isOpen, notifyListeners, removeShutdownListener
-
-