Example usage for org.springframework.scheduling.support DelegatingErrorHandlingRunnable subclass-usage

List of usage examples for org.springframework.scheduling.support DelegatingErrorHandlingRunnable subclass-usage

Introduction

In this page you can find the example usage for org.springframework.scheduling.support DelegatingErrorHandlingRunnable subclass-usage.

Usage

From source file be.vlaanderen.sesam.monitor.internal.util.ReschedulingRunnable.java

/**
 * Internal adapter that reschedules an underlying {@link Runnable} according
 * to the next execution time suggested by a given {@link Trigger}.
 *
 * <p>Necessary because a native {@link ScheduledExecutorService} supports
 * delay-driven execution only. The flexibility of the {@link Trigger} interface