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
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.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.
-