Class DefaultChangesCollectorFactory
java.lang.Object
de.hybris.platform.outboundsync.job.impl.DefaultChangesCollectorFactory
- All Implemented Interfaces:
ChangesCollectorFactory
Streaming changes collector implementation for the factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCountingCollector(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel stream) Returns a newly created instance ofCountingChangesCollector.voidsetFilteringService(FilteringService filteringService) voidsetItemChangeSender(ItemChangeSender itemChangeSender)
-
Constructor Details
-
DefaultChangesCollectorFactory
public DefaultChangesCollectorFactory()
-
-
Method Details
-
createCountingCollector
public CountingChangesCollector createCountingCollector(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel stream) Description copied from interface:ChangesCollectorFactoryReturns a newly created instance ofCountingChangesCollector.- Specified by:
createCountingCollectorin interfaceChangesCollectorFactory- 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
-
setItemChangeSender
-
setFilteringService
-