public interface RetryStrategy
Modifier and Type | Method and Description |
---|---|
boolean |
isRetriable(DatabricksError databricksError)
This method is used to determine if a request should be retried.
|
boolean isRetriable(DatabricksError databricksError)
databricksError
- The DatabricksError wrapped response/error object.Copyright © 2024. All rights reserved.