Class TaskManagementConfigUtils
java.lang.Object
org.springframework.scheduling.config.TaskManagementConfigUtils
Configuration constants for internal sharing across subpackages.
- Since:
- 4.1
- Author:
- Juergen Hoeller
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe bean name of the internally managed Async annotation processor.static final StringThe bean name of the internally managed AspectJ async execution aspect.static final StringThe bean name of the internally managed Scheduled annotation processor.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAMEThe bean name of the internally managed Scheduled annotation processor.- See Also:
 
- 
ASYNC_ANNOTATION_PROCESSOR_BEAN_NAMEThe bean name of the internally managed Async annotation processor.- See Also:
 
- 
ASYNC_EXECUTION_ASPECT_BEAN_NAMEThe bean name of the internally managed AspectJ async execution aspect.- See Also:
 
 
- 
- 
Constructor Details- 
TaskManagementConfigUtilspublic TaskManagementConfigUtils()
 
-