Summer.Batch.Core.Job.Builder.FlowBuilder< T >.SplitBuilder Class Reference

A builder for building a split state. More...

Public Member Functions

 SplitBuilder (FlowBuilder< T > parent, ITaskExecutor executor)
 Custom constructor with parent and executor More...
 
FlowBuilder< T > Add (IFlow[] flows)
 Add flows to the split, in addition to the current state already present in the parent builder. More...
 

Detailed Description

A builder for building a split state.

Constructor & Destructor Documentation

Summer.Batch.Core.Job.Builder.FlowBuilder< T >.SplitBuilder.SplitBuilder ( FlowBuilder< T >  parent,
ITaskExecutor  executor 
)

Custom constructor with parent and executor

Parameters
parent
executor

Member Function Documentation

FlowBuilder<T> Summer.Batch.Core.Job.Builder.FlowBuilder< T >.SplitBuilder.Add ( IFlow[]  flows)

Add flows to the split, in addition to the current state already present in the parent builder.

Parameters
flowsmore flows to add to the split
Returns
the parent builder

The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/Job/Builder/FlowBuilder.cs