Uses of Interface
io.github.bucket4j.BlockingBucket
-
Packages that use BlockingBucket Package Description io.github.bucket4j -
-
Uses of BlockingBucket in io.github.bucket4j
Methods in io.github.bucket4j that return BlockingBucket Modifier and Type Method Description BlockingBucketAbstractBucket. asBlocking()BlockingBucketBucket. asBlocking()Returns the blocking API for this bucket, that provides operations which are able to block caller thread in case of lack of tokens.
-