C# (CSharp) Summer.Batch.Core.Job.Flow Namespace

Nested Namespaces

Summer.Batch.Core.Job.Flow.Support

Classes

Name Description
FlowJob Implementation of the IJob interface that allows for complex flows of steps, rather than requiring sequential execution. In general, this job implementation was designed to be used behind a parser, allowing for a namespace to abstract away details.
JobFlowExecutor Implementation of IFlowExecutor for use in components that need to execute a flow related to a JobExecution.