Uses of Interface
com.atlassian.confluence.impl.cluster.event.TopicEvent
Packages that use TopicEvent
-
Uses of TopicEvent in com.atlassian.confluence.impl.cluster.event
Classes in com.atlassian.confluence.impl.cluster.event with type parameters of type TopicEventModifier and TypeClassDescriptionfinal class
TopicEventPublisher<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.Methods in com.atlassian.confluence.impl.cluster.event with type parameters of type TopicEventModifier and TypeMethodDescriptionstatic <E extends TopicEvent,
N>
TopicEventPublisher<E,N> TopicEventPublisher.create
(ClusterConfigurationAccessor configurationAccessor, com.atlassian.event.api.EventPublisher eventPublisher, TopicEventCluster<E, N> cluster)