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 Summary
Fields Modifier and Type Field Description protected String
name
-
Fields inherited from class com.rabbitmq.client.impl.recovery.RecordedEntity
channel
-
-
Constructor Summary
Constructors Constructor Description RecordedNamedEntity(AutorecoveringChannel channel, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
-
Methods inherited from class com.rabbitmq.client.impl.recovery.RecordedEntity
getChannel, getDelegateChannel
-
-
-
-
Field Detail
-
name
protected String name
-
-
Constructor Detail
-
RecordedNamedEntity
public RecordedNamedEntity(AutorecoveringChannel channel, String name)
-
-
Method Detail
-
getName
public String getName()
-
-