Interface RetryPolicy.NoRetry

All Superinterfaces:
RetryPolicy
Enclosing interface:
RetryPolicy

public static interface RetryPolicy.NoRetry extends RetryPolicy
Do not retry: in case of failure the operation will report the error without retrying.
  • Method Details

    • instance

      static RetryPolicy.NoRetry instance()
      Returns a NoRetry object.
      Returns:
      a NoRetry object