Class TaskManagementConfigUtils
java.lang.Object
org.springframework.scheduling.config.TaskManagementConfigUtils
Configuration constants for internal sharing across subpackages.
- Since:
- 4.1
- Author:
- Juergen Hoeller
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The bean name of the internally managed Async annotation processor.static final String
The bean name of the internally managed AspectJ async execution aspect.static final String
The bean name of the internally managed Scheduled annotation processor. -
Constructor Summary
-
Method Summary
-
Field Details
-
SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME
The bean name of the internally managed Scheduled annotation processor.- See Also:
-
ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME
The bean name of the internally managed Async annotation processor.- See Also:
-
ASYNC_EXECUTION_ASPECT_BEAN_NAME
The bean name of the internally managed AspectJ async execution aspect.- See Also:
-
-
Constructor Details
-
TaskManagementConfigUtils
public TaskManagementConfigUtils()
-