Uses of Interface
com.atlassian.confluence.impl.cluster.event.TopicEvent
-
Packages that use TopicEvent Package Description com.atlassian.confluence.impl.cluster.event -
-
Uses of TopicEvent in com.atlassian.confluence.impl.cluster.event
Classes in com.atlassian.confluence.impl.cluster.event with type parameters of type TopicEvent Modifier and Type Class Description 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 TopicEvent Modifier and Type Method Description static <E extends TopicEvent,N>
TopicEventPublisher<E,N>TopicEventPublisher. create(ClusterManager clusterManager, com.atlassian.event.api.EventPublisher eventPublisher, TopicEventCluster<E,N> cluster, DarkFeaturesManager darkFeaturesManager)
-