Uses of Interface
org.knowm.xchange.client.ResilienceUtils.CallableApi
Package | Description |
---|---|
org.knowm.xchange.client | |
org.knowm.xchange.service |
-
Uses of ResilienceUtils.CallableApi in org.knowm.xchange.client
Methods in org.knowm.xchange.client that return ResilienceUtils.CallableApi Modifier and Type Method Description static <T> ResilienceUtils.CallableApi<T>
ResilienceUtils.CallableApi. wrapCallable(Callable<T> callable)
Methods in org.knowm.xchange.client with parameters of type ResilienceUtils.CallableApi Modifier and Type Method Description static <T> ResilienceUtils.DecorateCallableApi<T>
ResilienceUtils. decorateApiCall(ExchangeSpecification.ResilienceSpecification resilienceSpecification, ResilienceUtils.CallableApi<T> callable)
-
Uses of ResilienceUtils.CallableApi in org.knowm.xchange.service
Methods in org.knowm.xchange.service with parameters of type ResilienceUtils.CallableApi Modifier and Type Method Description <R> ResilienceUtils.DecorateCallableApi<R>
BaseResilientExchangeService. decorateApiCall(ResilienceUtils.CallableApi<R> callable)
Use this method to decorate API calls with resiliency features like retries, rate limiters, etc.