インターフェースの使用
org.springframework.resilience.retry.MethodRetryPredicate
MethodRetryPredicate を使用するパッケージ
org.springframework.resilience.retry 内の MethodRetryPredicate 使用
型 MethodRetryPredicate のパラメーターを持つ org.springframework.resilience.retry のコンストラクター修飾子コンストラクター説明MethodRetrySpec(CollectionSE<ClassSE<? extends ThrowableSE>> includes, CollectionSE<ClassSE<? extends ThrowableSE>> excludes, MethodRetryPredicate predicate, long maxRetries, DurationSE delay, DurationSE jitter, double multiplier, DurationSE maxDelay) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。MethodRetrySpec(CollectionSE<ClassSE<? extends ThrowableSE>> includes, CollectionSE<ClassSE<? extends ThrowableSE>> excludes, MethodRetryPredicate predicate, long maxRetries, DurationSE timeout, DurationSE delay, DurationSE jitter, double multiplier, DurationSE maxDelay) MethodRetrySpecレコードクラスのインスタンスを作成します。MethodRetrySpec(MethodRetryPredicate predicate, long maxRetries, DurationSE delay) 指定された引数を使用して新しいMethodRetryPredicateを構築します。MethodRetrySpec(MethodRetryPredicate predicate, long maxRetries, DurationSE delay, DurationSE jitter, double multiplier, DurationSE maxDelay) 指定された引数を使用して新しいMethodRetryPredicateを構築します。
MethodRetrySpec(Collection, Collection, MethodRetryPredicate, long, Duration, Duration, Duration, double, Duration)を推奨