java.io.Serializable
LocalClient
public interface Client
extends java.io.Serializable
Modifier and Type | Interface | Description |
---|---|---|
static class |
Client.ConnectionType |
Modifier and Type | Method | Description |
---|---|---|
AuthenticatedUser |
getAuthenticatedUser() |
Get authenticated user object of this client.
|
java.util.Set<java.lang.String> |
getChannelSubscriptions() |
Get all the channels currently subscribed by this client.
|
java.lang.String |
getId() |
Get the ID associated with this client
|
long |
getPublishedMessageCount() |
Get the number of messages published by this client on all channels
|
java.lang.String getId()
java.util.Set<java.lang.String> getChannelSubscriptions()
long getPublishedMessageCount()
AuthenticatedUser getAuthenticatedUser()