public class Response extends Object
| Constructor and Description |
|---|
Response(org.apache.activemq.artemis.api.core.SimpleString groupId,
org.apache.activemq.artemis.api.core.SimpleString clusterName) |
Response(org.apache.activemq.artemis.api.core.SimpleString groupId,
org.apache.activemq.artemis.api.core.SimpleString clusterName,
org.apache.activemq.artemis.api.core.SimpleString alternativeClusterName) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.artemis.api.core.SimpleString |
getAlternativeClusterName() |
org.apache.activemq.artemis.api.core.SimpleString |
getChosenClusterName() |
org.apache.activemq.artemis.api.core.SimpleString |
getClusterName() |
org.apache.activemq.artemis.api.core.SimpleString |
getGroupId() |
long |
getTimeUsed() |
boolean |
isAccepted() |
String |
toString() |
void |
use() |
public Response(org.apache.activemq.artemis.api.core.SimpleString groupId,
org.apache.activemq.artemis.api.core.SimpleString clusterName)
public Response(org.apache.activemq.artemis.api.core.SimpleString groupId,
org.apache.activemq.artemis.api.core.SimpleString clusterName,
org.apache.activemq.artemis.api.core.SimpleString alternativeClusterName)
public void use()
public long getTimeUsed()
public boolean isAccepted()
public org.apache.activemq.artemis.api.core.SimpleString getClusterName()
public org.apache.activemq.artemis.api.core.SimpleString getAlternativeClusterName()
public org.apache.activemq.artemis.api.core.SimpleString getChosenClusterName()
public org.apache.activemq.artemis.api.core.SimpleString getGroupId()
Copyright © 2023 The Apache Software Foundation. All rights reserved.