|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Client | |
|---|---|
| com.streamhub.api | The main classes and interfaces of the Streaming API. |
| Uses of Client in com.streamhub.api |
|---|
| Methods in com.streamhub.api with parameters of type Client | |
|---|---|
void |
PublishListener.onMessageReceived(Client client,
String topic,
Payload payload)
This method will be called everytime a message is published by a client to the server. |
void |
SubscriptionListener.onSubscribe(String topic,
Client client)
Called when a client subscribes to a topic. |
void |
SubscriptionListener.onUnSubscribe(String topic,
Client client)
Called when a client unsubscribes from a topic. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||