Interface ClusterEventService
- All Known Implementing Classes:
AvailabilityCheckingClusterEventService
,TopicEventPublisher
public interface ClusterEventService
Defines a service for publishing application events to every node in the Confluence cluster.
- Since:
- 8.3
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Deprecated, for removal: This API element is subject to removal in a future version.since 8.4 to be removedcom.google.common.util.concurrent.ListenableFuture<?>
publishEventToCluster
(Object event)
-
Method Details
-
publishEventToCluster
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<?> publishEventToCluster(Object event) -
isAvailable
Deprecated, for removal: This API element is subject to removal in a future version.since 8.4 to be removed
-