jakartaee / batch

The Jakarta Batch project produces the Batch Specification and API.
https://projects.eclipse.org/projects/ee4j.batch
Apache License 2.0
13 stars 17 forks source link

Job Parameters in JobContext #140

Open follis opened 3 years ago

follis commented 3 years ago

JobContext gives you access to the JobProperties but not the job parameters. You could easily have parameters that don't become job properties (e.g. JobClass) and there might be reasons to want to access them from the application code. Add an API to JobContext to get them. Probably in a properties object.