Class NutclusterExecutorClusterEventService

java.lang.Object
com.atlassian.confluence.cluster.nutcluster.NutclusterExecutorClusterEventService
All Implemented Interfaces:
NutclusterClusterEventService

@Deprecated public class NutclusterExecutorClusterEventService extends Object implements NutclusterClusterEventService
Deprecated.
since 8.3 Replaced by TopicEventPublisher
An implementation of NutclusterClusterEventService which uses a Nutcluster IExecutorService to distribute events.
Since:
5.5
  • Field Details

    • EXECUTOR_SVC_NAME

      protected static final String EXECUTOR_SVC_NAME
      Deprecated.
      Name of the executor service to use for executing tasks.
      See Also:
  • Constructor Details

    • NutclusterExecutorClusterEventService

      public NutclusterExecutorClusterEventService(com.atlassian.nutcluster.core.NutclusterInstance nutcluster, @Nullable io.micrometer.core.instrument.MeterRegistry micrometerRegistry)
      Deprecated.
      Since:
      7.0
  • Method Details