E - message typepublic class ClientReliableTopicProxy<E> extends ClientProxy implements ITopic<E>
ITopic.
 
 Unlike other topics, a reliable topic has its own Ringbuffer to store events and
 has its own executor to process events.name| Constructor and Description | 
|---|
ClientReliableTopicProxy(String objectId,
                        HazelcastClientInstanceImpl client)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
addMessageListener(MessageListener<E> listener)
Subscribes to this topic. 
 | 
LocalTopicStats | 
getLocalTopicStats()
Returns statistics about this topic, like total number of publishes/receives 
 | 
Ringbuffer | 
getRingbuffer()  | 
void | 
publish(E payload)
Publishes the message to all subscribers of this topic 
 | 
boolean | 
removeMessageListener(String registrationId)
Stops receiving messages for the given message listener. 
 | 
String | 
toString()  | 
deregisterListener, destroy, equals, getClient, getContext, getDistributedObjectName, getId, getName, getPartitionKey, getSerializationService, getServiceName, hashCode, invoke, invoke, invokeOnPartition, invokeOnPartitionInterruptibly, onDestroy, onInitialize, onShutdown, postDestroy, preDestroy, registerListener, setContext, toData, toObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitdestroy, getPartitionKey, getServiceNamepublic ClientReliableTopicProxy(String objectId, HazelcastClientInstanceImpl client)
public void publish(E payload)
ITopicpublic String addMessageListener(MessageListener<E> listener)
ITopicaddMessageListener in interface ITopic<E>listener - the MessageListener to add.public boolean removeMessageListener(String registrationId)
ITopicremoveMessageListener in interface ITopic<E>registrationId - Id of listener registration.public LocalTopicStats getLocalTopicStats()
ITopicgetLocalTopicStats in interface ITopic<E>public Ringbuffer getRingbuffer()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.