Uses of Interface
io.github.bucket4j.distributed.proxy.AsyncProxyManager
-
Packages that use AsyncProxyManager Package Description io.github.bucket4j.distributed.proxy -
-
Uses of AsyncProxyManager in io.github.bucket4j.distributed.proxy
Classes in io.github.bucket4j.distributed.proxy that implement AsyncProxyManager Modifier and Type Class Description classAsyncProxyManagerView<K,OldKey>Methods in io.github.bucket4j.distributed.proxy that return AsyncProxyManager Modifier and Type Method Description AsyncProxyManager<K>AbstractProxyManager. asAsync()AsyncProxyManager<K>ProxyManager. asAsync()Returns asynchronous API for this proxy manager.AsyncProxyManager<K>ProxyManagerView. asAsync()default <K1> AsyncProxyManager<K1>AsyncProxyManager. withMapper(Function<? super K1,? extends K> mapper)Returns a proxy object that wraps this AsyncProxyManager such that keys are first mapped using the specified mapping function before being sent to the remote store.<K2> AsyncProxyManager<K2>AsyncProxyManagerView. withMapper(Function<? super K2,? extends K> innerMapper)Constructors in io.github.bucket4j.distributed.proxy with parameters of type AsyncProxyManager Constructor Description AsyncProxyManagerView(AsyncProxyManager<OldKey> target, Function<K,OldKey> mapper)
-