public class ConsumerId extends Object implements Comparable<ConsumerId>
| Constructor and Description |
|---|
ConsumerId(String topic,
String subscription) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConsumerId o) |
boolean |
equals(Object obj) |
String |
getSubscription() |
String |
getTopic() |
int |
hashCode() |
public String getTopic()
public String getSubscription()
public int compareTo(ConsumerId o)
compareTo in interface Comparable<ConsumerId>Copyright © 2017–2021 Apache Software Foundation. All rights reserved.