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
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default boolean
isAvailable()
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 Detail
-
publishEventToCluster
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<?> publishEventToCluster(Object event)
-
isAvailable
@Deprecated(forRemoval=true) default boolean isAvailable()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.4 to be removed
-
-