Class ElasticsearchReindexProcessorImpl

  • All Implemented Interfaces:
    ElasticsearchReindexProcessor, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    @Service("elasticsearchReindexProcessor")
    public class ElasticsearchReindexProcessorImpl
    extends Object
    implements org.springframework.context.ApplicationContextAware, ElasticsearchReindexProcessor
    • Constructor Detail

      • ElasticsearchReindexProcessorImpl

        public ElasticsearchReindexProcessorImpl​(org.springframework.data.elasticsearch.core.ElasticsearchOperations elasticSearchTemplate,
                                                 @Qualifier("transactionTemplate")
                                                 org.springframework.transaction.support.TransactionTemplate transactionTemplate,
                                                 @Qualifier("workerTaskExecutor")
                                                 org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor workerTaskExecutor,
                                                 org.redisson.api.RedissonClient redissonClient)