Interface TemporarilyDownConnection
- All Superinterfaces:
AutoCloseable
,Closeable
,com.rabbitmq.client.Connection
,com.rabbitmq.client.ShutdownNotifier
public interface TemporarilyDownConnection
extends com.rabbitmq.client.Connection
Represents a connection to RabbitMQ that is temporarily down.
- Since:
- 4.1.0
- Author:
- Guillermo Calvo
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Callback interface to perform any action when the connection is eventually up. -
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.ShutdownNotifier
addShutdownListener, getCloseReason, isOpen, notifyListeners, removeShutdownListener
-
Method Details
-
isStillDown
boolean isStillDown() -
check
boolean check() -
addEventuallyUpListener
-