public class BindingQueryResult extends Object
| Constructor and Description |
|---|
BindingQueryResult(boolean exists,
List<org.apache.activemq.artemis.api.core.SimpleString> queueNames,
boolean autoCreateJmsQueues,
boolean autoCreateJmsTopics) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.activemq.artemis.api.core.SimpleString> |
getQueueNames() |
boolean |
isAutoCreateJmsQueues() |
boolean |
isAutoCreateJmsTopics() |
boolean |
isExists() |
public BindingQueryResult(boolean exists,
List<org.apache.activemq.artemis.api.core.SimpleString> queueNames,
boolean autoCreateJmsQueues,
boolean autoCreateJmsTopics)
public boolean isExists()
public boolean isAutoCreateJmsQueues()
public boolean isAutoCreateJmsTopics()
public List<org.apache.activemq.artemis.api.core.SimpleString> getQueueNames()
Copyright © 2023 The Apache Software Foundation. All rights reserved.