Class CollectionBasedCreationData

java.lang.Object
de.hybris.platform.processing.distributed.simple.data.SimpleAbstractDistributedProcessCreationData
de.hybris.platform.processing.distributed.simple.data.CollectionBasedCreationData
All Implemented Interfaces:
ProcessCreationData

public class CollectionBasedCreationData extends SimpleAbstractDistributedProcessCreationData
Process creation data which is based on Collection. No further transformation is applied to the Collection elements. Collection is divided into batches of the provided size. Keep in mind that elements must be serializable since they are stored in a BLOB field of a Batch later on.