Class DeltaDetectionOutboundItemConsumer
java.lang.Object
de.hybris.platform.outboundsync.activator.impl.DeltaDetectionOutboundItemConsumer
- All Implemented Interfaces:
OutboundItemConsumer
Delta Detection implementation for consuming an OutboundItemDTO that uses the ChangeDetectionService for the consumption.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconsume(OutboundItemDTO outboundItemDTO) Consumes the items in the outbound item DTO.protected ChangeDetectionServicevoidsetChangeDetectionService(ChangeDetectionService changeDetectionService)
-
Constructor Details
-
DeltaDetectionOutboundItemConsumer
public DeltaDetectionOutboundItemConsumer()
-
-
Method Details
-
consume
Description copied from interface:OutboundItemConsumerConsumes the items in the outbound item DTO.- Specified by:
consumein interfaceOutboundItemConsumer- Parameters:
outboundItemDTO- that contains the items to consume
-
getChangeDetectionService
-
setChangeDetectionService
-