| Package | Description |
|---|---|
| io.github.bucket4j.distributed.proxy |
| Modifier and Type | Method and 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.
|
Copyright © 2024. All rights reserved.