Uses of Interface
com.github.mizosoft.methanol.internal.concurrent.Delayer
-
-
Uses of Delayer in com.github.mizosoft.methanol.internal.cache
Methods in com.github.mizosoft.methanol.internal.cache with parameters of type Delayer Modifier and Type Method Description DiskStore.BuilderDiskStore.Builder. delayer(Delayer delayer) -
Uses of Delayer in com.github.mizosoft.methanol.internal.concurrent
Methods in com.github.mizosoft.methanol.internal.concurrent that return Delayer Modifier and Type Method Description static DelayerDelayer. defaultDelayer()A Delayer that uses a library-wide scheduler.static DelayerDelayer. of(java.util.concurrent.ScheduledExecutorService scheduler)Constructors in com.github.mizosoft.methanol.internal.concurrent with parameters of type Delayer Constructor Description Timeout(java.time.Duration duration, Delayer delayer) -
Uses of Delayer in com.github.mizosoft.methanol.internal.extensions
Constructors in com.github.mizosoft.methanol.internal.extensions with parameters of type Delayer Constructor Description TimeoutBodySubscriber(java.net.http.HttpResponse.BodySubscriber<T> downstream, java.time.Duration timeout, Delayer delayer) -
Uses of Delayer in com.github.mizosoft.methanol.internal.flow
Constructors in com.github.mizosoft.methanol.internal.flow with parameters of type Delayer Constructor Description TimeoutSubscriber(S downstream, java.time.Duration timeout, Delayer delayer)
-