Example usage for org.springframework.scheduling.config ScheduledTaskHolder interface-usage

List of usage examples for org.springframework.scheduling.config ScheduledTaskHolder interface-usage

Introduction

In this page you can find the example usage for org.springframework.scheduling.config ScheduledTaskHolder interface-usage.

Usage

From source file org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor.java

/**
 * Bean post-processor that registers methods annotated with @{@link Scheduled}
 * to be invoked by a {@link org.springframework.scheduling.TaskScheduler} according
 * to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.
 *
 * <p>This post-processor is automatically registered by Spring's