public static class TestDistributedProcessHandler.TestProcessCreationData extends Object implements ProcessCreationData
| Constructor and Description |
|---|
TestProcessCreationData(List<TestDistributedProcessHandler.TestBatchCreationData> batches) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHandlerBeanId()
Responsible for returning spring bean id which will act as a
DistributedProcessHandler for created
process. |
String |
getNodeGroup()
Responsible for returning the node group, which may be assigned for the distributed process.
|
Stream<TestDistributedProcessHandler.TestBatchCreationData> |
initialBatches()
Responsible for returning stream for creating initial batches used by distributed process.
|
public TestProcessCreationData(List<TestDistributedProcessHandler.TestBatchCreationData> batches)
public Stream<TestDistributedProcessHandler.TestBatchCreationData> initialBatches()
ProcessCreationDatainitialBatches in interface ProcessCreationDatapublic String getHandlerBeanId()
ProcessCreationDataDistributedProcessHandler for created
process.getHandlerBeanId in interface ProcessCreationDatapublic String getNodeGroup()
ProcessCreationDatagetNodeGroup in interface ProcessCreationDataCopyright © 2017 SAP SE. All Rights Reserved.