Uses of Interface
com.github.mizosoft.methanol.internal.concurrent.Delayer
Packages that use Delayer
Package
Description
-
Uses of Delayer in com.github.mizosoft.methanol.internal.cache
Methods in com.github.mizosoft.methanol.internal.cache with parameters of type Delayer -
Uses of Delayer in com.github.mizosoft.methanol.internal.concurrent
Methods in com.github.mizosoft.methanol.internal.concurrent that return DelayerModifier and TypeMethodDescriptionstatic DelayerDelayer.defaultDelayer()A Delayer that uses a library-wide scheduler.static DelayerDelayer.of(ScheduledExecutorService scheduler) Constructors in com.github.mizosoft.methanol.internal.concurrent with parameters of type Delayer -
Uses of Delayer in com.github.mizosoft.methanol.internal.extensions
Constructors in com.github.mizosoft.methanol.internal.extensions with parameters of type DelayerModifierConstructorDescriptionTimeoutBodySubscriber(HttpResponse.BodySubscriber<T> downstream, 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