public class AmqpExchangeDeclarer extends Object implements AmqpDeclarer
| Constructor and Description |
|---|
AmqpExchangeDeclarer(com.rabbitmq.client.Channel channel,
ExchangeDefinition exchangeDefinition,
String exchangeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
declareActive() |
void |
declarePassive() |
boolean |
exchangeExists()
Verifies whether an AMQP exchange exists
|
public AmqpExchangeDeclarer(com.rabbitmq.client.Channel channel,
ExchangeDefinition exchangeDefinition,
String exchangeName)
public void declarePassive()
throws AmqpDeclarationException
declarePassive in interface AmqpDeclarerAmqpDeclarationExceptionpublic void declareActive()
throws AmqpDeclarationException
declareActive in interface AmqpDeclarerAmqpDeclarationExceptionpublic boolean exchangeExists()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.