C# (CSharp) Summer.Batch.Core.Scope.Context Namespace

Classes

Name Description
StepContext A context object that can be used to interrogate the current StepExecution and some of its associated properties using expressions based on bean paths. Has public getters for the step execution and convenience methods for accessing commonly used properties like the ExecutionContext associated with the step or its enclosing job execution.
StepContextRepeatCallback Convenient base class for clients who need to do something in a repeat callback inside a IStep.