Interface ChangesCollectorFactory
- All Known Implementing Classes:
DefaultChangesCollectorFactory
public interface ChangesCollectorFactory
Factory for creating a new
ChangesCollector.-
Method Summary
Modifier and TypeMethodDescriptioncreateCountingCollector(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel stream) Returns a newly created instance ofCountingChangesCollector.
-
Method Details
-
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
-