I want to retrieve JobParameter
and JobExecutionContext
object in my ItemWriter
class.
How to proceed?
I tried implementing StepExecutionListener
through which I am just calling the parent class methods. But it is not succeeding.
Thanks in advance.