Package | Description |
---|---|
com.google.cloud |
Core classes for the
google-cloud library. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 Google LLC. All rights reserved.