public class CoreAddressConfiguration extends Object implements Serializable
Constructor and Description |
---|
CoreAddressConfiguration() |
Modifier and Type | Method and Description |
---|---|
CoreAddressConfiguration |
addQueueConfiguration(CoreQueueConfiguration queueConfiguration) |
CoreAddressConfiguration |
addRoutingType(RoutingType routingType) |
String |
getName() |
List<CoreQueueConfiguration> |
getQueueConfigurations() |
EnumSet<RoutingType> |
getRoutingTypes() |
CoreAddressConfiguration |
setName(String name) |
CoreAddressConfiguration |
setQueueConfigurations(List<CoreQueueConfiguration> queueConfigurations) |
String |
toString() |
public String getName()
public CoreAddressConfiguration setName(String name)
public EnumSet<RoutingType> getRoutingTypes()
public CoreAddressConfiguration addRoutingType(RoutingType routingType)
public CoreAddressConfiguration setQueueConfigurations(List<CoreQueueConfiguration> queueConfigurations)
public CoreAddressConfiguration addQueueConfiguration(CoreQueueConfiguration queueConfiguration)
public List<CoreQueueConfiguration> getQueueConfigurations()
Copyright © 2018 JBoss by Red Hat. All rights reserved.