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,
ClientContext context,
com.hazelcast.client.impl.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() |
protected void |
postDestroy()
Called after proxy is destroyed.
|
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, destroyLocally, destroyRemotely, equals, getClient, getConnectedServerVersion, getContext, getDistributedObjectName, getId, getName, getPartitionKey, getSerializationService, getServiceName, hashCode, invoke, invoke, invokeOnAddress, invokeOnPartition, invokeOnPartitionInterruptibly, onDestroy, onInitialize, onShutdown, preDestroy, registerListener, setContext, toData, toObject
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
destroy, getPartitionKey, getServiceName
public ClientReliableTopicProxy(String objectId, ClientContext context, com.hazelcast.client.impl.HazelcastClientInstanceImpl client)
public void publish(E payload)
ITopic
public String addMessageListener(MessageListener<E> listener)
ITopic
addMessageListener
in interface ITopic<E>
listener
- the MessageListener to addpublic boolean removeMessageListener(String registrationId)
ITopic
removeMessageListener
in interface ITopic<E>
registrationId
- ID of listener registrationtrue
if registration is removed, false
otherwisepublic LocalTopicStats getLocalTopicStats()
ITopic
getLocalTopicStats
in interface ITopic<E>
public Ringbuffer getRingbuffer()
protected void postDestroy()
ClientProxy
postDestroy
in class ClientProxy
Copyright © 2018 Hazelcast, Inc.. All rights reserved.