Move listener APIs under core.listener package

Resolves #4867
This commit is contained in:
Mahmoud Ben Hassine
2025-06-09 12:32:32 +02:00
parent bcf4f724ad
commit 90f7398222
118 changed files with 268 additions and 320 deletions

View File

@@ -116,7 +116,7 @@ The following example shows the how to create the notification integration beans
<int:channel id="stepExecutionsChannel"/>
<int:gateway id="notificationExecutionsListener"
service-interface="org.springframework.batch.core.StepExecutionListener"
service-interface="org.springframework.batch.core.listener.StepExecutionListener"
default-request-channel="stepExecutionsChannel"/>
<int:logging-channel-adapter channel="stepExecutionsChannel"/>