类 FlowStepBuilder

    • 构造器详细资料

      • FlowStepBuilder

        public FlowStepBuilder​(StepBuilderHelper<?> parent)
        Create a new builder initialized with any properties in the parent. The parent is copied, so it can be re-used.
        参数:
        parent - a parent helper containing common step properties
    • 方法详细资料

      • flow

        public FlowStepBuilder flow​(Flow flow)
        Provide a flow to execute during the step.
        参数:
        flow - the flow to execute
        返回:
        this for fluent chaining
      • build

        public Step build()
        Build a step that executes the flow provided, normally composed of other steps. The flow is not executed in a transaction because the individual steps are supposed to manage their own transaction state.
        返回:
        a flow step