Interface ProcessCreationData

    • Method Detail

      • initialBatches

        java.util.stream.Stream<? extends BatchCreationData> initialBatches()
        Responsible for returning stream for creating initial batches used by distributed process.
        Returns:
        Stream of batch data
      • getHandlerBeanId

        java.lang.String getHandlerBeanId()
        Responsible for returning spring bean id which will act as a DistributedProcessHandler for created process.
        Returns:
        handler bean id
      • getNodeGroup

        java.lang.String getNodeGroup()
        Responsible for returning the node group, which may be assigned for the distributed process.
        Returns:
        node group