レコードクラスの使用箇所
org.springframework.resilience.retry.MethodRetrySpec
MethodRetrySpec を使用するパッケージ
org.springframework.resilience.retry 内の MethodRetrySpec 使用
修飾子と型メソッド説明protected abstract @Nullable MethodRetrySpecAbstractRetryInterceptor.getRetrySpec(MethodSE method, ClassSE<?> targetClass) 指定されたターゲット上の指定されたメソッドの再試行仕様を決定します。protected MethodRetrySpecSimpleRetryInterceptor.getRetrySpec(MethodSE method, ClassSE<?> targetClass) 型 MethodRetrySpec のパラメーターを持つ org.springframework.resilience.retry のコンストラクター修飾子コンストラクター説明SimpleRetryInterceptor(MethodRetrySpec retrySpec) 指定されたMethodRetrySpecのSimpleRetryInterceptorを作成します。