Class BatchCorrelationSchedulerConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • BatchCorrelationSchedulerConfiguration

        BatchCorrelationSchedulerConfiguration(BatchCorrelationProcessor batchCorrelationProcessor, MessageManagementService messageManagementService, BatchConfigurationProperties batchConfigurationProperties, CorrelationMetrics correlationMetrics)
    • Method Detail

      • runCorrelation

        @Scheduled(initialDelayString = "#{batchConfigurationProperties.queryPollInitialDelay}", fixedRateString = "#{batchConfigurationProperties.queryPollInterval}") final Unit runCorrelation()

        Scheduler.

      • cleanupExpired

        @Scheduled(initialDelayString = "#{batchConfigurationProperties.cleanupPollInitialDelay}", fixedRateString = "#{batchConfigurationProperties.cleanupPollInterval}") final Unit cleanupExpired()

        Cleanup scheduler.

      • correlateTaskExecutor

        @Bean(destroyMethod = "shutdown")@Qualifier(value = "correlateTaskExecutor") final Executor correlateTaskExecutor()

        Scheduler thread pool.