public class TotalOrderedTopicProxy extends TopicProxy
PARTITIONING_STRATEGY
Constructor and Description |
---|
TotalOrderedTopicProxy(String name,
NodeEngine nodeEngine,
TopicService service) |
Modifier and Type | Method and Description |
---|---|
void |
publish(Object message)
Publishes the message to all subscribers of this topic.
|
addMessageListener, getLocalTopicStats, removeMessageListener
addMessageListenerInternal, getLocalTopicStatsInternal, getName, getServiceName, initialize, publishInternal, removeMessageListenerInternal
destroy, equals, getDistributedObjectName, getNameAsPartitionAwareData, getNodeEngine, getOperationService, getPartitionId, getPartitionKey, getService, hashCode, invalidate, invokeOnPartition, postDestroy, preDestroy, throwNotActiveException, toData, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
destroy, getPartitionKey, getServiceName
public TotalOrderedTopicProxy(String name, NodeEngine nodeEngine, TopicService service)
public void publish(Object message)
ITopic
publish
in interface ITopic
publish
in class TopicProxy
message
- the message to publish to all subscribers of this topicCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.