Package org.ikasan.harvesting
Class HarvestingAutoConfiguration
- java.lang.Object
-
- org.ikasan.harvesting.HarvestingAutoConfiguration
-
public class HarvestingAutoConfiguration extends java.lang.ObjectHarvesting related configuration required by every module. This autoconfig should be excluded from dashboard.
-
-
Constructor Summary
Constructors Constructor Description HarvestingAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.ikasan.spec.harvest.HarvestingJoberrorReportingHarvestingJob(org.ikasan.spec.harvest.HarvestService errorReportingManagementService, org.springframework.core.env.Environment environment, org.ikasan.spec.dashboard.DashboardRestService errorReportingDashboardRestService, org.ikasan.spec.monitor.JobMonitor jobMonitor)org.ikasan.spec.harvest.HarvestingJobexclusionHarvestingJob(org.ikasan.spec.harvest.HarvestService exclusionManagementService, org.springframework.core.env.Environment environment, org.ikasan.spec.dashboard.DashboardRestService exclusionDashboardRestService, org.ikasan.spec.monitor.JobMonitor jobMonitor)org.ikasan.spec.harvest.HarvestingSchedulerServiceharvestingSchedulerService(java.util.List<org.ikasan.spec.harvest.HarvestingJob> harvestingJobs)org.ikasan.spec.harvest.HarvestingJobmessageHistoryJob(org.ikasan.spec.harvest.HarvestService messageHistoryService, org.springframework.core.env.Environment environment, org.ikasan.spec.dashboard.DashboardRestService metricsDashboardRestService, org.ikasan.spec.monitor.JobMonitor jobMonitor)org.ikasan.spec.harvest.HarvestingJobreplyHarvestingJob(org.ikasan.spec.harvest.HarvestService replayManagementService, org.springframework.core.env.Environment environment, org.ikasan.spec.dashboard.DashboardRestService replyDashboardRestService, org.ikasan.spec.monitor.JobMonitor jobMonitor)org.ikasan.spec.harvest.HarvestingJobsystemEventJob(org.ikasan.spec.harvest.HarvestService systemEventService, org.springframework.core.env.Environment environment, org.ikasan.spec.dashboard.DashboardRestService systemEventsDashboardRestService, org.ikasan.spec.monitor.JobMonitor jobMonitor)org.ikasan.spec.harvest.HarvestingJobwiretapHarvestingJob(org.ikasan.spec.harvest.HarvestService wiretapService, org.springframework.core.env.Environment environment, org.ikasan.spec.dashboard.DashboardRestService wiretapDashboardRestService, org.ikasan.spec.monitor.JobMonitor jobMonitor)
-
-
-
Method Detail
-
harvestingSchedulerService
@Bean public org.ikasan.spec.harvest.HarvestingSchedulerService harvestingSchedulerService(java.util.List<org.ikasan.spec.harvest.HarvestingJob> harvestingJobs)
-
replyHarvestingJob
@Bean public org.ikasan.spec.harvest.HarvestingJob replyHarvestingJob(org.ikasan.spec.harvest.HarvestService replayManagementService, org.springframework.core.env.Environment environment, org.ikasan.spec.dashboard.DashboardRestService replyDashboardRestService, org.ikasan.spec.monitor.JobMonitor jobMonitor)
-
wiretapHarvestingJob
@Bean public org.ikasan.spec.harvest.HarvestingJob wiretapHarvestingJob(org.ikasan.spec.harvest.HarvestService wiretapService, org.springframework.core.env.Environment environment, org.ikasan.spec.dashboard.DashboardRestService wiretapDashboardRestService, org.ikasan.spec.monitor.JobMonitor jobMonitor)
-
errorReportingHarvestingJob
@Bean public org.ikasan.spec.harvest.HarvestingJob errorReportingHarvestingJob(org.ikasan.spec.harvest.HarvestService errorReportingManagementService, org.springframework.core.env.Environment environment, org.ikasan.spec.dashboard.DashboardRestService errorReportingDashboardRestService, org.ikasan.spec.monitor.JobMonitor jobMonitor)
-
exclusionHarvestingJob
@Bean public org.ikasan.spec.harvest.HarvestingJob exclusionHarvestingJob(org.ikasan.spec.harvest.HarvestService exclusionManagementService, org.springframework.core.env.Environment environment, org.ikasan.spec.dashboard.DashboardRestService exclusionDashboardRestService, org.ikasan.spec.monitor.JobMonitor jobMonitor)
-
messageHistoryJob
@Bean public org.ikasan.spec.harvest.HarvestingJob messageHistoryJob(org.ikasan.spec.harvest.HarvestService messageHistoryService, org.springframework.core.env.Environment environment, org.ikasan.spec.dashboard.DashboardRestService metricsDashboardRestService, org.ikasan.spec.monitor.JobMonitor jobMonitor)
-
systemEventJob
@Bean public org.ikasan.spec.harvest.HarvestingJob systemEventJob(org.ikasan.spec.harvest.HarvestService systemEventService, org.springframework.core.env.Environment environment, org.ikasan.spec.dashboard.DashboardRestService systemEventsDashboardRestService, org.ikasan.spec.monitor.JobMonitor jobMonitor)
-
-