Package de.hybris.deltadetection
-
Interface Summary Interface Description ChangeDetectionService API for detecting and consuming changes for specified Item or type.ChangesCollector Responsible for collecting the changes.ChangesCollectorFactory<T extends ChangesCollector> -
Class Summary Class Description ChangeDetectionJobTest Tests for detecting changes with given cronjobConsumeAllChangesJobTest Tests for consuming changes with given cronjobDefaultChangeDetectionServicePerformanceTest DeltadetectionStandalone Demonstration of how to write a standalone application that can be run directly from within eclipse or from the commandline.
To run this from commandline, just use the following command:
java -jar bootstrap/bin/ybootstrap.jar "new de.hybris.deltadetection.DeltadetectionStandalone().run();"
From eclipse, just run as Java Application.DetectionAndConsumptionJobsIntegrationTest Tests for detecting and consuming changes with dedicated jobs.ItemChangeDTO ScriptChangeConsumptionJobTest Tests for consuming changes with scripts by given cronjob.StreamConfiguration Allows to define which items should be included into the stream.Y2YTestDataGenerator Y2YTestDataGenerator.TitlesFixture