Java org.springframework.batch.core.job.flow State fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

StringgetName()
The name of the state.
FlowExecutionStatushandle(FlowExecutor executor)
Handle some business or processing logic and return a status that can be used to drive a flow to the next State .