Package | Description |
---|---|
com.hazelcast.topic.impl |
This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. |
Modifier and Type | Class and Description |
---|---|
class |
TopicProxy<E>
Topic proxy used when global ordering is disabled (nodes get
the messages in the order that the messages are published).
|
class |
TotalOrderedTopicProxy<E>
Topic proxy used when global ordering is enabled (all nodes listening to
the same topic get their messages in the same order).
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.