| 程序包 | 说明 |
|---|---|
| com.spring.boxes.dollar.support | |
| com.spring.boxes.dollar.support.throttle |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,X extends Throwable> |
ThrowableSupplier.cast(ThrowableSupplier<T,X> func) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,X extends Throwable> |
ThrowableSupplier.cast(ThrowableSupplier<T,X> func) |
static <T,X extends Throwable> |
EasyRetry.supplyWithRetry(int maxRetryTimes,
long retryPeriod,
ThrowableSupplier<T,X> func) |
static <T,X extends Throwable> |
EasyRetry.supplyWithRetry(int maxRetryTimes,
long retryPeriod,
ThrowableSupplier<T,X> func,
Predicate<Throwable> exceptionChecker) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,X extends Throwable> |
Throttling.supplyWithThrottling(ThrottlingKey throttlingKey,
ThrowableSupplier<? extends T,X> result) |
static <T,X extends Throwable> |
Throttling.supplyWithThrottling(ThrottlingKey throttlingKey,
ThrowableSupplier<? extends T,X> result,
Supplier<? extends T> onThrottledResult) |
Copyright © 2023 wuyushuo. All rights reserved.