public interface Member
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
The attributes for this user on this channel.
|
java.lang.String |
getIdentity()
Returns the global user identity for this memeber.
|
java.lang.Long |
getLastConsumedMessageIndex()
Return members last consumed message index for this channel
|
java.lang.String |
getLastConsumptionTimestamp()
Return members last consumed message timestamp for this channel
|
java.lang.String |
getSid()
Returns unique identifier of a member on a channel.
|
java.lang.String getSid()
java.lang.String getIdentity()
java.util.Map<java.lang.String,java.lang.String> getAttributes()
java.lang.Long getLastConsumedMessageIndex()
java.lang.String getLastConsumptionTimestamp()