Uses of Interface
io.github.bucket4j.SchedulingBucket
Packages that use SchedulingBucket
Package
Description
-
Uses of SchedulingBucket in io.github.bucket4j
Methods in io.github.bucket4j that return SchedulingBucketModifier and TypeMethodDescriptionAbstractBucket.asScheduler()Bucket.asScheduler()Returns the scheduling API for this bucket, that provides operations which can delay user operation viaScheduledExecutorServicein case of lack of tokens. -
Uses of SchedulingBucket in io.github.bucket4j.distributed
Methods in io.github.bucket4j.distributed that return SchedulingBucketModifier and TypeMethodDescriptionAsyncBucketProxy.asScheduler()Returns asynchronous view of this bucket that allows to use bucket as async scheduler.AsyncBucketProxyAdapter.asScheduler() -
Uses of SchedulingBucket in io.github.bucket4j.distributed.proxy
Methods in io.github.bucket4j.distributed.proxy that return SchedulingBucket