public class MemberDescription extends Object
Constructor and Description |
---|
MemberDescription(String memberId,
Optional<String> groupInstanceId,
String clientId,
String host,
MemberAssignment assignment) |
MemberDescription(String memberId,
String clientId,
String host,
MemberAssignment assignment) |
Modifier and Type | Method and Description |
---|---|
MemberAssignment |
assignment()
The assignment of the group member.
|
String |
clientId()
The client id of the group member.
|
String |
consumerId()
The consumer id of the group member.
|
boolean |
equals(Object o) |
Optional<String> |
groupInstanceId()
The instance id of the group member.
|
int |
hashCode() |
String |
host()
The host where the group member is running.
|
String |
toString() |
public MemberDescription(String memberId, Optional<String> groupInstanceId, String clientId, String host, MemberAssignment assignment)
public MemberDescription(String memberId, String clientId, String host, MemberAssignment assignment)
public String consumerId()
public String clientId()
public String host()
public MemberAssignment assignment()