@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
Package com.atlassian.confluence.impl.cluster.event
-
Interface Summary Interface Description ClusterEventService Defines a service for publishing application events to every node in the Confluence cluster.TopicEvent Represents an event sent byTopicEventPublisher
TopicEventCluster<E,N> Represents a view of the Confluence cluster as used byTopicEventPublisher
. -
Class Summary Class Description AvailabilityCheckingClusterEventService Deprecated. since 8.4 No longer requiredTopicEventPublisher<E extends TopicEvent,N> A mechanism for publishing arbitrary application events to all Confluence nodes in the cluster, and providing a way to block until all nodes have acknowledged republishing the event.