public class SubscriptionKey extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
clientId |
String |
subscriptionName |
| Constructor and Description |
|---|
SubscriptionKey(String clientId,
String subscriptionName) |
SubscriptionKey(org.apache.activemq.command.SubscriptionInfo info) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClientId() |
String |
getSubscriptionName() |
int |
hashCode() |
String |
toString() |
public final String clientId
public final String subscriptionName
public SubscriptionKey(org.apache.activemq.command.SubscriptionInfo info)
Copyright © 2017 Power TAC. All rights reserved.