Java org.springframework.batch.core.scope.context ChunkContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.scope.context ChunkContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.scope.context ChunkContext.

The text is from its open source code.

Constructor

Method

String[]attributeNames()
ObjectgetAttribute(String name)
StepContextgetStepContext()
booleanisComplete()
ObjectremoveAttribute(String name)
voidsetAttribute(String name, @Nullable Object value)
voidsetComplete()
Setter for the flag to signal complete processing of a chunk.