| Package | Description |
|---|---|
| com.mule.extensions.amqp.api.model |
| Modifier and Type | Method and Description |
|---|---|
RemovalStrategy |
QueueDefinition.getRemovalStrategy() |
RemovalStrategy |
ExchangeDefinition.getRemovalStrategy() |
static RemovalStrategy |
RemovalStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemovalStrategy[] |
RemovalStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueueDefinition.setRemovalStrategy(RemovalStrategy removalStrategy) |
void |
ExchangeDefinition.setRemovalStrategy(RemovalStrategy removalStrategy) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.