public class TopicListener extends Object implements com.hazelcast.core.MessageListener
| Constructor and Description |
|---|
TopicListener(String topicName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegistrationID() |
String |
getTopicName() |
void |
onMessage(com.hazelcast.core.Message msg) |
void |
setRegistrationID(String registrationID) |
public TopicListener(String topicName)
public String getTopicName()
public String getRegistrationID()
public void setRegistrationID(String registrationID)
public void onMessage(com.hazelcast.core.Message msg)
onMessage in interface com.hazelcast.core.MessageListenerCopyright © 2019. All rights reserved.