public interface ListenerProvider
| Modifier and Type | Method and Description |
|---|---|
Set<org.springframework.batch.core.JobExecutionListener> |
jobExecutionListeners()
Returns a set of JobExecutionListeners that will be added to each Job.
|
Set<org.springframework.batch.core.StepExecutionListener> |
stepExecutionListeners()
Returns a set of StepExecutionListeners that will be added to each Job.
|
Set<org.springframework.batch.core.JobExecutionListener> jobExecutionListeners()
Set<org.springframework.batch.core.StepExecutionListener> stepExecutionListeners()
Copyright © 2018 codecentric AG. All rights reserved.