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 af078ec763
commit e60c29d41d
2 changed files with 9 additions and 2 deletions

View File

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