Uses of Interface
io.github.bucket4j.distributed.BucketProxy
-
Packages that use BucketProxy Package Description io.github.bucket4j.distributed io.github.bucket4j.distributed.proxy -
-
Uses of BucketProxy in io.github.bucket4j.distributed
Methods in io.github.bucket4j.distributed that return BucketProxy Modifier and Type Method Description BucketProxyBucketProxy. toListenable(BucketListener listener) -
Uses of BucketProxy in io.github.bucket4j.distributed.proxy
Classes in io.github.bucket4j.distributed.proxy that implement BucketProxy Modifier and Type Class Description classDefaultBucketProxyMethods in io.github.bucket4j.distributed.proxy that return BucketProxy Modifier and Type Method Description BucketProxyRemoteBucketBuilder. build(K key, BucketConfiguration configuration)Builds theBucketProxy.BucketProxyRemoteBucketBuilder. build(K key, Supplier<BucketConfiguration> configurationSupplier)Has the same semantic withRemoteBucketBuilder.build(Object, BucketConfiguration), but additionally provides ability to provide configuration lazily, that can be helpful when figuring-out the right configuration parameters is costly, for example because parameters for particularkeyare stored in external database,configurationSupplierwill be called if and only if bucket has not been persisted before.BucketProxyDefaultBucketProxy. toListenable(BucketListener listener)
-