Interface CountingChangesCollector
-
- All Superinterfaces:
ChangesCollector
- All Known Implementing Classes:
StreamingChangesCollector
public interface CountingChangesCollector extends ChangesCollector
AChangesCollectorthat counts how many changes were collected/processed and exposes that count.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumberOfChangesCollected()Reports how many changes were collected so far.-
Methods inherited from interface de.hybris.deltadetection.ChangesCollector
collect, finish
-
-