Java org.springframework.batch.core.job.builder FlowBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.job.builder FlowBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.job.builder FlowBuilder.

The text is from its open source code.

Constructor

Method

Qbuild()
Validate the current state of the builder and build a flow.
FlowBuilderstart(Step step)
Start a flow.
UnterminatedFlowBuilderstart(JobExecutionDecider decider)
If a flow should start with a decision use this as the first state.
FlowBuilderstart(Flow flow)
If a flow should start with a subflow use this as the first state.