Interface ChangesCollectorFactory
-
- All Known Implementing Classes:
DefaultChangesCollectorFactory
public interface ChangesCollectorFactoryFactory for creating a newChangesCollector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CountingChangesCollectorcreateCountingCollector(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel stream)Returns a newly created instance ofCountingChangesCollector.
-
-
-
Method Detail
-
createCountingCollector
CountingChangesCollector createCountingCollector(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel stream)
Returns a newly created instance ofCountingChangesCollector.- Parameters:
cronJob- context job. A cron job that is processing item changes.stream- the stream configuration to use in the collector- Returns:
- new instance of changes collector
-
-