クラス SimpleRetryInterceptor

java.lang.ObjectSE
org.springframework.resilience.retry.AbstractRetryInterceptor
org.springframework.resilience.retry.SimpleRetryInterceptor
実装されているすべてのインターフェース:
Advice, Interceptor, MethodInterceptor

public class SimpleRetryInterceptor extends AbstractRetryInterceptor
指定された MethodRetrySpec に基づいた、単純な具体的な再試行インターセプター。
導入:
7.0
作成者:
Juergen Hoeller
  • コンストラクターの詳細

    • SimpleRetryInterceptor

      public SimpleRetryInterceptor(MethodRetrySpec retrySpec)
      指定された MethodRetrySpec の SimpleRetryInterceptor を作成します。
      パラメーター:
      retrySpec - すべてのメソッド呼び出しに使用する仕様
  • メソッドの詳細