List of usage examples for java.util.concurrent ScheduledFuture interface-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