Class HazelcastExecutorClusterEventService

java.lang.Object
com.atlassian.confluence.cluster.hazelcast.HazelcastExecutorClusterEventService
All Implemented Interfaces:
HazelcastClusterEventService

@Deprecated public class HazelcastExecutorClusterEventService extends Object implements HazelcastClusterEventService
Deprecated.
since 8.3 Replaced by TopicEventPublisher
An implementation of HazelcastClusterEventService which uses a Hazelcast 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

    • HazelcastExecutorClusterEventService

      public HazelcastExecutorClusterEventService(com.hazelcast.core.HazelcastInstance hazelcast, @Nullable io.micrometer.core.instrument.MeterRegistry micrometerRegistry)
      Deprecated.
      Since:
      7.0
  • Method Details