Uses of Interface
io.github.bucket4j.SchedulingBucket
-
Packages that use SchedulingBucket Package Description io.github.bucket4j io.github.bucket4j.distributed io.github.bucket4j.distributed.proxy -
-
Uses of SchedulingBucket in io.github.bucket4j
Methods in io.github.bucket4j that return SchedulingBucket Modifier and Type Method Description SchedulingBucketAbstractBucket. asScheduler()SchedulingBucketBucket. 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 SchedulingBucket Modifier and Type Method Description SchedulingBucketAsyncBucketProxy. asScheduler()Returns asynchronous view of this bucket that allows to use bucket as async scheduler.SchedulingBucketAsyncBucketProxyAdapter. asScheduler() -
Uses of SchedulingBucket in io.github.bucket4j.distributed.proxy
Methods in io.github.bucket4j.distributed.proxy that return SchedulingBucket Modifier and Type Method Description SchedulingBucketDefaultAsyncBucketProxy. asScheduler()
-