Uses of Annotation Interface
org.springframework.scheduling.annotation.EnableAsync
Packages that use EnableAsync
Package
Description
Annotation support for asynchronous method execution.
-
Uses of EnableAsync in org.springframework.scheduling.annotation
Subclasses with type arguments of type EnableAsync in org.springframework.scheduling.annotationModifier and TypeClassDescriptionclassSelects which implementation ofAbstractAsyncConfigurationshould be used based on the value ofEnableAsync.mode()on the importing@Configurationclass.