Uses of Enum
com.google.cloud.ExceptionHandler.Interceptor.RetryResult
Packages that use ExceptionHandler.Interceptor.RetryResult
-
Uses of ExceptionHandler.Interceptor.RetryResult in com.google.cloud
Methods in com.google.cloud that return ExceptionHandler.Interceptor.RetryResultModifier and TypeMethodDescriptionExceptionHandler.Interceptor.afterEval(Exception exception, ExceptionHandler.Interceptor.RetryResult retryResult) This method is called after the evaluation and could alter its result.ExceptionHandler.Interceptor.beforeEval(Exception exception) This method is called before exception evaluation and could short-circuit the process.Returns the enum constant of this type with the specified name.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.RetryResultModifier and TypeMethodDescriptionExceptionHandler.Interceptor.afterEval(Exception exception, ExceptionHandler.Interceptor.RetryResult retryResult) This method is called after the evaluation and could alter its result.