public class ChunkContext
extends org.springframework.core.AttributeAccessorSupport
| Constructor and Description |
|---|
ChunkContext(StepContext stepContext) |
| Modifier and Type | Method and Description |
|---|---|
StepContext |
getStepContext() |
boolean |
isComplete() |
void |
setComplete()
Setter for the flag to signal complete processing of a chunk.
|
String |
toString() |
public ChunkContext(StepContext stepContext)
stepContext - the current step contextpublic StepContext getStepContext()
public boolean isComplete()
public void setComplete()
Copyright © 2013. All rights reserved.