Uses of Interface
io.github.bucket4j.BucketListener
-
Packages that use BucketListener Package Description io.github.bucket4j io.github.bucket4j.distributed io.github.bucket4j.distributed.proxy io.github.bucket4j.local -
-
Uses of BucketListener in io.github.bucket4j
Classes in io.github.bucket4j that implement BucketListener Modifier and Type Class Description classSimpleBucketListenerFields in io.github.bucket4j declared as BucketListener Modifier and Type Field Description static BucketListenerBucketListener. NOPEThe default listener that do nothing.Methods in io.github.bucket4j that return BucketListener Modifier and Type Method Description protected BucketListenerAbstractBucket. getListener()Methods in io.github.bucket4j with parameters of type BucketListener Modifier and Type Method Description BucketBucket. toListenable(BucketListener listener)Returns new copy of this bucket instance decorated bylistener.Constructors in io.github.bucket4j with parameters of type BucketListener Constructor Description AbstractBucket(BucketListener listener) -
Uses of BucketListener in io.github.bucket4j.distributed
Methods in io.github.bucket4j.distributed with parameters of type BucketListener Modifier and Type Method Description AsyncBucketProxyAsyncBucketProxy. toListenable(BucketListener listener)Returns new copy of this bucket instance decorated bylistener.AsyncBucketProxyAsyncBucketProxyAdapter. toListenable(BucketListener listener)BucketProxyBucketProxy. toListenable(BucketListener listener) -
Uses of BucketListener in io.github.bucket4j.distributed.proxy
Methods in io.github.bucket4j.distributed.proxy with parameters of type BucketListener Modifier and Type Method Description AsyncBucketProxyDefaultAsyncBucketProxy. toListenable(BucketListener listener)BucketProxyDefaultBucketProxy. toListenable(BucketListener listener) -
Uses of BucketListener in io.github.bucket4j.local
Methods in io.github.bucket4j.local with parameters of type BucketListener Modifier and Type Method Description BucketLockFreeBucket. toListenable(BucketListener listener)BucketSynchronizedBucket. toListenable(BucketListener listener)BucketThreadUnsafeBucket. toListenable(BucketListener listener)
-