Interface IRetryStrategy
-
- All Known Implementing Classes:
SSHRetryStrategy
public interface IRetryStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canRetry(Exception e)
void
handleRetry(Exception e)
-