Interface RetryingConnectionFactory.RetryStrategy

All Known Implementing Classes:
RetryingConnectionFactory.DefaultRetryStrategy
Enclosing class:
RetryingConnectionFactory

public static interface RetryingConnectionFactory.RetryStrategy
  • Method Details

    • isExceptionRecoverable

      boolean isExceptionRecoverable(Throwable exception)