Uses of Class
com.google.cloud.ExceptionHandler.Interceptor.RetryResult
-
Packages that use ExceptionHandler.Interceptor.RetryResult Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of ExceptionHandler.Interceptor.RetryResult in com.google.cloud
Methods in com.google.cloud that return ExceptionHandler.Interceptor.RetryResult Modifier and Type Method Description ExceptionHandler.Interceptor.RetryResult
ExceptionHandler.Interceptor. afterEval(Exception exception, ExceptionHandler.Interceptor.RetryResult retryResult)
This method is called after the evaluation and could alter its result.ExceptionHandler.Interceptor.RetryResult
ExceptionHandler.Interceptor. beforeEval(Exception exception)
This method is called before exception evaluation and could short-circuit the process.static ExceptionHandler.Interceptor.RetryResult
ExceptionHandler.Interceptor.RetryResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExceptionHandler.Interceptor.RetryResult[]
ExceptionHandler.Interceptor.RetryResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud with parameters of type ExceptionHandler.Interceptor.RetryResult Modifier and Type Method Description ExceptionHandler.Interceptor.RetryResult
ExceptionHandler.Interceptor. afterEval(Exception exception, ExceptionHandler.Interceptor.RetryResult retryResult)
This method is called after the evaluation and could alter its result.
-