Package com.google.auth
Interface Retryable
-
- All Known Implementing Classes:
GoogleAuthException
,OAuthException
,PluggableAuthException
public interface Retryable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRetryCount()
Gets a number of performed retries for related HttpRequestboolean
isRetryable()
A flag indicating whether the error is retryable
-