Uses of Interface
io.github.bucket4j.distributed.proxy.AsyncProxyManager
Packages that use AsyncProxyManager
-
Uses of AsyncProxyManager in io.github.bucket4j.distributed.proxy
Classes in io.github.bucket4j.distributed.proxy that implement AsyncProxyManagerMethods in io.github.bucket4j.distributed.proxy that return AsyncProxyManagerModifier and TypeMethodDescriptionAbstractProxyManager.asAsync()ProxyManager.asAsync()Returns asynchronous API for this proxy manager.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 AsyncProxyManagerModifierConstructorDescriptionAsyncProxyManagerView(AsyncProxyManager<OldKey> target, Function<K, OldKey> mapper)