Interface RetryOnFailureXSiteCommand.RetryPolicy
-
- All Known Implementing Classes:
RetryOnFailureXSiteCommand.MaxRetriesPolicy
- Enclosing class:
- RetryOnFailureXSiteCommand
public static interface RetryOnFailureXSiteCommand.RetryPolicy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
retry(Throwable throwable, RpcManager transport)
-
-
-
Method Detail
-
retry
boolean retry(Throwable throwable, RpcManager transport)
-
-