Package | Description |
---|---|
com.rabbitmq.client.impl.recovery |
Implementation of connection and topology recovery.
|
Modifier and Type | Field and Description |
---|---|
protected AutorecoveringChannel |
RecordedEntity.channel |
Modifier and Type | Method and Description |
---|---|
AutorecoveringChannel |
RecordedEntity.getChannel() |
Modifier and Type | Method and Description |
---|---|
void |
AutorecoveringConnection.recoverChannel(AutorecoveringChannel channel) |
void |
AutorecoveringConnection.recoverChannelAndTopology(AutorecoveringChannel channel)
Recover a closed channel and all topology (i.e.
|
Constructor and Description |
---|
RecordedBinding(AutorecoveringChannel channel) |
RecordedConsumer(AutorecoveringChannel channel,
String queue) |
RecordedEntity(AutorecoveringChannel channel) |
RecordedExchange(AutorecoveringChannel channel,
String name) |
RecordedExchangeBinding(AutorecoveringChannel channel) |
RecordedNamedEntity(AutorecoveringChannel channel,
String name) |
RecordedQueue(AutorecoveringChannel channel,
String name) |
RecordedQueueBinding(AutorecoveringChannel channel) |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.