com.hazelcast.topic.impl
Class TotalOrderedTopicProxy
java.lang.Object
com.hazelcast.spi.AbstractDistributedObject<TopicService>
com.hazelcast.topic.impl.TopicProxySupport
com.hazelcast.topic.impl.TopicProxy
com.hazelcast.topic.impl.TotalOrderedTopicProxy
- All Implemented Interfaces:
- DistributedObject, ITopic, InitializingObject
public class TotalOrderedTopicProxy
- extends TopicProxy
Method Summary |
void |
publish(Object message)
Publishes the message to all subscribers of this topic |
Methods inherited from class com.hazelcast.spi.AbstractDistributedObject |
destroy, equals, getId, getNameAsPartitionAwareData, getNodeEngine, getOperationService, getPartitionKey, getService, hashCode, invalidate, postDestroy, throwNotActiveException, toString |
Methods inherited from interface com.hazelcast.core.ITopic |
getName |
TotalOrderedTopicProxy
public TotalOrderedTopicProxy(String name,
NodeEngine nodeEngine,
TopicService service)
publish
public void publish(Object message)
- Description copied from interface:
ITopic
- Publishes the message to all subscribers of this topic
- Specified by:
publish
in interface ITopic
- Overrides:
publish
in class TopicProxy
- Parameters:
message
- the message to publish to all subscribers of this topic
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.