Class RecordedNamedEntity
- java.lang.Object
- 
- com.rabbitmq.client.impl.recovery.RecordedEntity
- 
- com.rabbitmq.client.impl.recovery.RecordedNamedEntity
 
 
- 
- Direct Known Subclasses:
- RecordedExchange,- RecordedQueue
 
 public class RecordedNamedEntity extends RecordedEntity - Since:
- 3.3.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected Stringname- 
Fields inherited from class com.rabbitmq.client.impl.recovery.RecordedEntitychannel
 
- 
 - 
Constructor SummaryConstructors Constructor Description RecordedNamedEntity(AutorecoveringChannel channel, String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()- 
Methods inherited from class com.rabbitmq.client.impl.recovery.RecordedEntitygetChannel, getDelegateChannel
 
- 
 
- 
- 
- 
Field Detail- 
nameprotected String name 
 
- 
 - 
Constructor Detail- 
RecordedNamedEntitypublic RecordedNamedEntity(AutorecoveringChannel channel, String name) 
 
- 
 - 
Method Detail- 
getNamepublic String getName() 
 
- 
 
-