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 Type
    Method
    Description
    default boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 8.4 to be removed
    com.google.common.util.concurrent.ListenableFuture<?>
     
  • Method Details

    • 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