Class EventReplicationManager

java.lang.Object
com.atlassian.jira.cluster.events.EventReplicationManager
All Implemented Interfaces:
InitializingComponent

public class EventReplicationManager extends Object implements InitializingComponent
Replicates local events to other nodes.
  • Constructor Details

    • EventReplicationManager

      public EventReplicationManager(EventSerializer eventSerializer, ClusterManager clusterManager, com.atlassian.cache.CacheManager cacheManager, com.atlassian.event.api.EventPublisher eventPublisher)
  • Method Details

    • afterInstantiation

      public void afterInstantiation() throws Exception
      Description copied from interface: InitializingComponent
      Called after all the beans are constructed and the ApplicationContext is fully populated. Order of execution is order of bean creation, driven by InitializingComponentProcessor.
      Specified by:
      afterInstantiation in interface InitializingComponent
      Throws:
      Exception
    • onReplicatedEvent

      @EventListener public void onReplicatedEvent(ReplicatedEvent replicatedEvent)