public interface ProcessCreationData
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHandlerBeanId()
Responsible for returning spring bean id which will act as a
DistributedProcessHandler for created
process. |
java.lang.String |
getNodeGroup()
Responsible for returning the node group, which may be assigned for the distributed process.
|
java.util.stream.Stream<? extends BatchCreationData> |
initialBatches()
Responsible for returning stream for creating initial batches used by distributed process.
|
java.util.stream.Stream<? extends BatchCreationData> initialBatches()
java.lang.String getHandlerBeanId()
DistributedProcessHandler for created
process.java.lang.String getNodeGroup()
Copyright © 2018 SAP SE. All Rights Reserved.