E - message typepublic class ClientTopicProxy<E> extends ClientProxy implements ITopic<E>
ITopic.name| Constructor and Description | 
|---|
ClientTopicProxy(String serviceName,
                String objectId,
                ClientContext context)  | 
| 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. 
 | 
protected ClientMessage | 
invokeOnPartition(ClientMessage req)  | 
protected <T> T | 
invokeOnPartition(ClientMessage clientMessage,
                 long invocationTimeoutSeconds)  | 
protected <T> ClientDelegatingFuture<T> | 
invokeOnPartitionAsync(ClientMessage clientMessage,
                      ClientMessageDecoder clientMessageDecoder)  | 
protected <T> T | 
invokeOnPartitionInterruptibly(ClientMessage clientMessage)  | 
protected <T> T | 
invokeOnPartitionInterruptibly(ClientMessage clientMessage,
                              long invocationTimeoutSeconds)  | 
protected void | 
onInitialize()
Called when proxy is created. 
 | 
void | 
publish(E message)
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, onShutdown, postDestroy, preDestroy, registerListener, setContext, toData, toObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitdestroy, getPartitionKey, getServiceNamepublic ClientTopicProxy(String serviceName, String objectId, ClientContext context)
public void publish(E message)
ITopicpublic String addMessageListener(MessageListener<E> listener)
ITopicaddMessageListener in interface ITopic<E>listener - the MessageListener to addpublic boolean removeMessageListener(String registrationId)
ITopicremoveMessageListener in interface ITopic<E>registrationId - ID of listener registrationtrue if registration is removed, false otherwisepublic LocalTopicStats getLocalTopicStats()
ITopicgetLocalTopicStats in interface ITopic<E>protected void onInitialize()
ClientProxyonInitialize in class ClientProxyprotected ClientMessage invokeOnPartition(ClientMessage req)
protected <T> T invokeOnPartitionInterruptibly(ClientMessage clientMessage) throws InterruptedException
InterruptedExceptionprotected <T> ClientDelegatingFuture<T> invokeOnPartitionAsync(ClientMessage clientMessage, ClientMessageDecoder clientMessageDecoder)
protected <T> T invokeOnPartition(ClientMessage clientMessage, long invocationTimeoutSeconds)
protected <T> T invokeOnPartitionInterruptibly(ClientMessage clientMessage, long invocationTimeoutSeconds) throws InterruptedException
InterruptedExceptionCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.