Package com.networknt.kafka.consumer
Class ConsumerInstanceId
- java.lang.Object
-
- com.networknt.kafka.consumer.ConsumerInstanceId
-
public class ConsumerInstanceId extends Object
-
-
Constructor Summary
Constructors Constructor Description ConsumerInstanceId(String group, String instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetGroup()StringgetInstance()inthashCode()StringtoString()
-