Class TestDistributedProcessHandler.TestProcessCreationData
java.lang.Object
de.hybris.platform.processing.distributed.defaultimpl.TestDistributedProcessHandler.TestProcessCreationData
- All Implemented Interfaces:
ProcessCreationData
- Enclosing class:
- TestDistributedProcessHandler
public static class TestDistributedProcessHandler.TestProcessCreationData
extends Object
implements ProcessCreationData
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionResponsible for returning spring bean id which will act as aDistributedProcessHandlerfor created process.Responsible for returning the node group, which may be assigned for the distributed process.Responsible for returning stream for creating initial batches used by distributed process.
-
Constructor Details
-
TestProcessCreationData
-
-
Method Details
-
initialBatches
Description copied from interface:ProcessCreationDataResponsible for returning stream for creating initial batches used by distributed process.- Specified by:
initialBatchesin interfaceProcessCreationData- Returns:
- Stream of batch data
-
getHandlerBeanId
Description copied from interface:ProcessCreationDataResponsible for returning spring bean id which will act as aDistributedProcessHandlerfor created process.- Specified by:
getHandlerBeanIdin interfaceProcessCreationData- Returns:
- handler bean id
-
getNodeGroup
Description copied from interface:ProcessCreationDataResponsible for returning the node group, which may be assigned for the distributed process.- Specified by:
getNodeGroupin interfaceProcessCreationData- Returns:
- node group
-