Modifier and Type | Method and Description |
---|---|
DivertConfiguration |
DivertConfiguration.setAddress(String address) |
DivertConfiguration |
DivertConfiguration.setExclusive(boolean exclusive) |
DivertConfiguration |
DivertConfiguration.setFilterString(String filterString) |
DivertConfiguration |
DivertConfiguration.setForwardingAddress(String forwardingAddress) |
DivertConfiguration |
DivertConfiguration.setName(String name) |
DivertConfiguration |
DivertConfiguration.setRoutingName(String routingName) |
DivertConfiguration |
DivertConfiguration.setRoutingType(ComponentConfigurationRoutingType routingType) |
DivertConfiguration |
DivertConfiguration.setTransformerConfiguration(TransformerConfiguration transformerConfiguration) |
Modifier and Type | Method and Description |
---|---|
List<DivertConfiguration> |
Configuration.getDivertConfigurations()
Returns the diverts configured for this server.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.addDivertConfiguration(DivertConfiguration config) |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setDivertConfigurations(List<DivertConfiguration> configs)
Sets the diverts configured for this server.
|
Modifier and Type | Field and Description |
---|---|
protected List<DivertConfiguration> |
ConfigurationImpl.divertConfigurations |
Modifier and Type | Method and Description |
---|---|
List<DivertConfiguration> |
ConfigurationImpl.getDivertConfigurations() |
Modifier and Type | Method and Description |
---|---|
ConfigurationImpl |
ConfigurationImpl.addDivertConfiguration(DivertConfiguration config) |
Modifier and Type | Method and Description |
---|---|
ConfigurationImpl |
ConfigurationImpl.setDivertConfigurations(List<DivertConfiguration> configs) |
Modifier and Type | Method and Description |
---|---|
DivertConfiguration |
PersistedDivertConfiguration.getDivertConfiguration() |
Constructor and Description |
---|
PersistedDivertConfiguration(DivertConfiguration divertConfiguration) |
Modifier and Type | Method and Description |
---|---|
Divert |
ActiveMQServer.deployDivert(DivertConfiguration config) |
Divert |
ActiveMQServer.updateDivert(DivertConfiguration config) |
Modifier and Type | Method and Description |
---|---|
Divert |
ActiveMQServerImpl.deployDivert(DivertConfiguration config) |
Divert |
ActiveMQServerImpl.updateDivert(DivertConfiguration config) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.