See: Description
| Class | Description | 
|---|---|
| DataAwareMessage | |
| PublishOperation | 
 ITopic publication operation used when global ordering is enabled
 (all nodes listening to the same topic get their messages in the same order). 
 | 
| TopicDataSerializerHook | |
| TopicEvent | |
| TopicProxy<E> | 
 Topic proxy used when global ordering is disabled (nodes get
 the messages in the order that the messages are published). 
 | 
| TopicProxySupport | |
| TopicService | |
| TotalOrderedTopicProxy<E> | 
 Topic proxy used when global ordering is enabled (all nodes listening to
 the same topic get their messages in the same order). 
 | 
This package contains ITopic functionality for Hazelcast.
 With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics.
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.