public interface ProcessCreationData
| 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<? extends BatchCreationData> |
initialBatches()
Responsible for returning stream for creating initial batches used by distributed process.
|
Stream<? extends BatchCreationData> initialBatches()
String getHandlerBeanId()
DistributedProcessHandler for created
process.String getNodeGroup()
Copyright © 2017 SAP SE. All Rights Reserved.