Interface ClientSession.AddressQuery
- Enclosing interface:
ClientSession
public static interface ClientSession.AddressQuery
Information returned by a binding query
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the names of the queues bound to the binding.booleanReturnstrueif auto-address-creation for this address is enabled,falseelse.booleanReturnstrueif auto-queue-creation for this address is enabled,falseelse.booleanbooleanisExists()Returnstrueif the binding exists,falseelse.booleanboolean
-
Method Details
-
isExists
boolean isExists()Returnstrueif the binding exists,falseelse.- Returns:
trueif the binding exists,falseelse
-
getQueueNames
List<SimpleString> getQueueNames()Returns the names of the queues bound to the binding.- Returns:
- the names of the queues bound to the binding
-
isAutoCreateQueues
boolean isAutoCreateQueues()Returnstrueif auto-queue-creation for this address is enabled,falseelse.- Returns:
trueif auto-queue-creation for this address is enabled,falseelse
-
isAutoCreateAddresses
boolean isAutoCreateAddresses()Returnstrueif auto-address-creation for this address is enabled,falseelse.- Returns:
trueif auto-address-creation for this address is enabled,falseelse
-
isDefaultPurgeOnNoConsumers
boolean isDefaultPurgeOnNoConsumers() -
getDefaultMaxConsumers
int getDefaultMaxConsumers() -
isDefaultLastValueQueue
Boolean isDefaultLastValueQueue() -
isDefaultExclusive
Boolean isDefaultExclusive() -
getDefaultLastValueKey
SimpleString getDefaultLastValueKey() -
isDefaultNonDestructive
Boolean isDefaultNonDestructive() -
getDefaultConsumersBeforeDispatch
Integer getDefaultConsumersBeforeDispatch() -
getDefaultDelayBeforeDispatch
Long getDefaultDelayBeforeDispatch() -
isSupportsMulticast
boolean isSupportsMulticast() -
isSupportsAnycast
boolean isSupportsAnycast()
-