Updated the order in which the TaskLifecycleListener is configured

resolves #605
This commit is contained in:
Glenn Renfro
2019-06-14 14:19:39 -04:00
committed by Michael Minella
parent 320a864112
commit d2031ff66e
2 changed files with 9 additions and 2 deletions

View File

@@ -296,6 +296,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.
[[features-task-execution-listener-Exceptions]]
==== Exceptions Thrown by Task Execution Listener