Class RecordedExchange
java.lang.Object
com.rabbitmq.client.impl.recovery.RecordedEntity
com.rabbitmq.client.impl.recovery.RecordedNamedEntity
com.rabbitmq.client.impl.recovery.RecordedExchange
- Since:
- 3.3.0
-
Field Summary
Fields inherited from class com.rabbitmq.client.impl.recovery.RecordedNamedEntity
name
Fields inherited from class com.rabbitmq.client.impl.recovery.RecordedEntity
channel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionautoDelete
(boolean value) durable
(boolean value) boolean
void
recover()
toString()
Methods inherited from class com.rabbitmq.client.impl.recovery.RecordedNamedEntity
getName
Methods inherited from class com.rabbitmq.client.impl.recovery.RecordedEntity
getChannel, getDelegateChannel
-
Constructor Details
-
RecordedExchange
-
-
Method Details
-
recover
- Specified by:
recover
in classRecordedNamedEntity
- Throws:
IOException
-
durable
-
autoDelete
-
type
-
arguments
-
isAutoDelete
public boolean isAutoDelete() -
toString
-