Class DbPrimaryReplicaClusterSynchronizationServiceImpl

  • All Implemented Interfaces:
    EventListener, DbPrimaryReplicaClusterSynchronizationService, org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

    public class DbPrimaryReplicaClusterSynchronizationServiceImpl
    extends Object
    implements DbPrimaryReplicaClusterSynchronizationService, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
    Default implementation of DbPrimaryReplicaClusterSynchronizationService, which uses a Hazelcast cluster to communicate with the other DB nodes.
    Since:
    4.0.0
    Author:
    dejan-brkic