public class BindingQueryResult extends Object
Constructor and Description |
---|
BindingQueryResult(boolean exists,
AddressInfo addressInfo,
List<SimpleString> queueNames,
boolean autoCreateQueues,
boolean autoCreateAddresses,
boolean defaultPurgeOnNoConsumers,
int defaultMaxConsumers,
boolean defaultExclusive,
boolean defaultLastValue,
SimpleString defaultLastValueKey,
Boolean defaultNonDestructive,
Integer defaultConsumersBeforeDispatch,
Long defaultDelayBeforeDispatch) |
Modifier and Type | Method and Description |
---|---|
AddressInfo |
getAddressInfo() |
Integer |
getDefaultConsumersBeforeDispatch() |
Long |
getDefaultDelayBeforeDispatch() |
SimpleString |
getDefaultLastValueKey() |
int |
getDefaultMaxConsumers() |
List<SimpleString> |
getQueueNames() |
boolean |
isAutoCreateAddresses() |
boolean |
isAutoCreateQueues() |
boolean |
isDefaultExclusive() |
boolean |
isDefaultLastValue() |
Boolean |
isDefaultNonDestructive() |
boolean |
isDefaultPurgeOnNoConsumers() |
boolean |
isExists() |
public BindingQueryResult(boolean exists, AddressInfo addressInfo, List<SimpleString> queueNames, boolean autoCreateQueues, boolean autoCreateAddresses, boolean defaultPurgeOnNoConsumers, int defaultMaxConsumers, boolean defaultExclusive, boolean defaultLastValue, SimpleString defaultLastValueKey, Boolean defaultNonDestructive, Integer defaultConsumersBeforeDispatch, Long defaultDelayBeforeDispatch)
public boolean isExists()
public AddressInfo getAddressInfo()
public boolean isAutoCreateQueues()
public boolean isAutoCreateAddresses()
public List<SimpleString> getQueueNames()
public boolean isDefaultPurgeOnNoConsumers()
public int getDefaultMaxConsumers()
public boolean isDefaultExclusive()
public boolean isDefaultLastValue()
public SimpleString getDefaultLastValueKey()
public Boolean isDefaultNonDestructive()
public Integer getDefaultConsumersBeforeDispatch()
public Long getDefaultDelayBeforeDispatch()
Copyright © 2021 JBoss by Red Hat. All rights reserved.