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 TypeClassDescriptionclass
Selects which implementation ofAbstractAsyncConfiguration
should be used based on the value ofmode()
on the importing@Configuration
class.