public class ClientReliableTopicProxy<E> extends ClientProxy implements ITopic<E>
| Modifier and Type | Field and Description |
|---|---|
static int |
INITIAL_BACKOFF_MS |
static int |
MAX_BACKOFF |
| Constructor and Description |
|---|
ClientReliableTopicProxy(String objectId,
HazelcastClientInstanceImpl client) |
| Modifier and Type | Method and Description |
|---|---|
String |
addMessageListener(MessageListener<E> listener) |
LocalTopicStats |
getLocalTopicStats() |
Ringbuffer |
getRingbuffer() |
void |
publish(E payload) |
boolean |
removeMessageListener(String registrationId) |
String |
toString() |
deregisterListener, destroy, equals, getClient, getContext, getId, getName, getPartitionKey, getServiceName, hashCode, invoke, invoke, invoke, invokeInterruptibly, invokeOnPartition, onDestroy, onInitialize, onShutdown, registerListener, setContext, throwExceptionIfNull, toData, toObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitdestroy, getPartitionKey, getServiceNamepublic static final int MAX_BACKOFF
public static final int INITIAL_BACKOFF_MS
public ClientReliableTopicProxy(String objectId, HazelcastClientInstanceImpl client)
public String addMessageListener(MessageListener<E> listener)
addMessageListener in interface ITopic<E>public boolean removeMessageListener(String registrationId)
removeMessageListener in interface ITopic<E>public LocalTopicStats getLocalTopicStats()
getLocalTopicStats in interface ITopic<E>public Ringbuffer getRingbuffer()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.