Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.scheduling.annotation Classes and Interfaces - 17 results found.
NameDescriptionTypePackageFramework
AbstractAsyncConfigurationAbstract base Configuration class providing common structure for enablingSpring's asynchronous method execution capability.Classorg.springframework.scheduling.annotationSpring MVC
AnnotationAsyncExecutionInterceptorSpecialization of AsyncExecutionInterceptor that delegates method execution toan Executor based on the Async annotation.Classorg.springframework.scheduling.annotationSpring MVC
AsyncAnnotation that marks a method as a candidate for asynchronous execution.Classorg.springframework.scheduling.annotationSpring MVC
AsyncAnnotationAdvisorAdvisor that activates asynchronous method execution through the Asyncannotation.Classorg.springframework.scheduling.annotationSpring MVC
AsyncAnnotationBeanPostProcessorBean post-processor that automatically applies asynchronous invocationbehavior to any bean that carries the Async annotation at class orClassorg.springframework.scheduling.annotationSpring MVC
AsyncConfigurationSelectorSelects which implementation of AbstractAsyncConfiguration should be used basedon the value of EnableAsync.Classorg.springframework.scheduling.annotationSpring MVC
AsyncConfigurerInterface to be implemented by @Configuration classes annotated with @EnableAsync that wish to customize theExecutor instance used when processing async method invocations or theInterfaceorg.springframework.scheduling.annotationSpring MVC
AsyncConfigurerSupportA convenience AsyncConfigurer that implements all methodsso that the defaults are used.Classorg.springframework.scheduling.annotationSpring MVC
AsyncResultA pass-through Future handle that can be used for method signatureswhich are declared with a Future return type for asynchronous execution.Classorg.springframework.scheduling.annotationSpring MVC
EnableAsyncEnables Spring's asynchronous method execution capability, similar to functionalityfound in Spring's XML namespace.Classorg.springframework.scheduling.annotationSpring MVC
EnableSchedulingEnables Spring's scheduled task execution capability, similar tofunctionality found in Spring's XML namespace.Classorg.springframework.scheduling.annotationSpring MVC
ProxyAsyncConfiguration@Configuration class that registers the Spring infrastructure beans necessaryto enable proxy-based asynchronous method execution.Classorg.springframework.scheduling.annotationSpring MVC
ScheduledAnnotation that marks a method to be scheduled.Classorg.springframework.scheduling.annotationSpring MVC
ScheduledAnnotationBeanPostProcessorBean post-processor that registers methods annotated with @Scheduledto be invoked by a TaskScheduler accordingClassorg.springframework.scheduling.annotationSpring MVC
SchedulesContainer annotation that aggregates several Scheduled annotations.Classorg.springframework.scheduling.annotationSpring MVC
SchedulingConfiguration@Configuration class that registers a ScheduledAnnotationBeanPostProcessorbean capable of processing Spring's @Scheduled annotation.Classorg.springframework.scheduling.annotationSpring MVC
SchedulingConfigurerOptional interface to be implemented by @Configuration classes annotatedwith @EnableScheduling.Interfaceorg.springframework.scheduling.annotationSpring MVC