You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike the StepBuilder infrastructure that allows you to inject an Object that has methods annotated with the appropriate listener annotations, the JobBuilderHelper only allows the injection of objects that implement the interface.
Affects: 4.1.1
The text was updated successfully, but these errors were encountered:
fmbenhassine
changed the title
Add support in the JobBuilder for annotation based JobExecutionListener [BATCH-2786]
Add support in the JobBuilder for annotation based JobExecutionListener
Aug 21, 2020
Michael Minella opened BATCH-2786 and commented
Unlike the
StepBuilder
infrastructure that allows you to inject anObject
that has methods annotated with the appropriate listener annotations, theJobBuilderHelper
only allows the injection of objects that implement the interface.Affects: 4.1.1
The text was updated successfully, but these errors were encountered: