This commit is contained in:
Michael Minella
2019-06-25 09:47:45 -05:00
parent e60c29d41d
commit e550ce5322

View File

@@ -294,7 +294,7 @@ The following example shows the three annotations in use:
}
----
NOTE: If you using a `ApplicationListener` early in Spring's Lifecycle this could impact TaskLifecycleListener's functionality.
NOTE: Inserting an `ApplicationListener` earlier in the chain than `TaskLifecycleListener` exists may cause unexpected effects.
[[features-task-execution-listener-Exceptions]]
==== Exceptions Thrown by Task Execution Listener