public interface TopicCallback
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(Message message)
This function is called when an incoming message is received for a given
topic.
|
void handleMessage(Message message)
message - The message that was received.Copyright © 2014. All rights reserved.