T - @FunctionalInterface public interface Resumable<T extends AccessToken>
TokenProviderJobs
providers. The provider is resumed with its former settings, and based on
arguments used to synchronize its execution schedule with the current moment
in time.| Modifier and Type | Method and Description |
|---|---|
ScheduledFuture<?> |
resume(T token,
java.time.Instant fetchMoment,
boolean refetchIfExpired)
Resumes a suspended refreshing task.
|
ScheduledFuture<?> resume(T token, java.time.Instant fetchMoment, boolean refetchIfExpired)
Copyright © 2017. All rights reserved.