Interface ClientSession.AddressQuery
- Enclosing interface:
- ClientSession
public static interface ClientSession.AddressQuery
Information returned by a binding query
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the names of the queues bound to the binding.boolean
Returnstrue
if auto-address-creation for this address is enabled,false
else.boolean
Returnstrue
if auto-queue-creation for this address is enabled,false
else.boolean
boolean
isExists()
Returnstrue
if the binding exists,false
else.boolean
boolean
-
Method Details
-
isExists
boolean isExists()Returnstrue
if the binding exists,false
else. -
getQueueNames
List<SimpleString> getQueueNames()Returns the names of the queues bound to the binding. -
isAutoCreateQueues
boolean isAutoCreateQueues()Returnstrue
if auto-queue-creation for this address is enabled,false
else. -
isAutoCreateAddresses
boolean isAutoCreateAddresses()Returnstrue
if auto-address-creation for this address is enabled,false
else. -
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()
-