Package com.hazelcast.topic
package com.hazelcast.topic
Contains the API for the
ITopic
.-
ClassDescriptionITopic<E>Hazelcast provides distribution mechanism for publishing messages that are delivered to multiple subscribers, which is also known as a publish/subscribe (pub/sub) messaging model.Local topic statistics to be used by
MemberState
implementations.Message<E>Message forITopic
.Message listener forITopic
.AMessageListener
to better integrate with the reliable topic.AHazelcastException
thrown when a publisher wants to write to a topic, but there is not sufficient storage to deal with the event.A policy to deal with an overloaded topic; so topic where there is no place to store new messages.