InterviewSolution
Saved Bookmarks
| 1. |
What Is Executioncontext? |
|
Answer» An ExecutionContext REPRESENTS a collection of key/value pairs that are persisted and controlled by the framework in order to provide the developers a PLACEHOLDER to STORE persistent STATE that is scoped to a STEPEXECUTION or JobExecution. An ExecutionContext represents a collection of key/value pairs that are persisted and controlled by the framework in order to provide the developers a placeholder to store persistent state that is scoped to a StepExecution or JobExecution. |
|