Class RecordedEntity
- java.lang.Object
-
- com.rabbitmq.client.impl.recovery.RecordedEntity
-
- Direct Known Subclasses:
RecordedBinding
,RecordedConsumer
,RecordedNamedEntity
public class RecordedEntity extends Object
- Since:
- 3.3.0
-
-
Field Summary
Fields Modifier and Type Field Description protected AutorecoveringChannel
channel
-
Constructor Summary
Constructors Constructor Description RecordedEntity(AutorecoveringChannel channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutorecoveringChannel
getChannel()
Channel
getDelegateChannel()
-
-
-
Field Detail
-
channel
protected final AutorecoveringChannel channel
-
-
Constructor Detail
-
RecordedEntity
public RecordedEntity(AutorecoveringChannel channel)
-
-
Method Detail
-
getChannel
public AutorecoveringChannel getChannel()
-
getDelegateChannel
public Channel getDelegateChannel()
-
-