| Package | Description |
|---|---|
| com.github.rbuck.retry |
This package contains the core retry framework classes; this page
provides descriptions for the core classes, the key concepts, etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSqlTransactionContext
A basic transaction context wrapping a java.sql.DataSource.
|
| Constructor and Description |
|---|
SqlRetryPolicy(RetryStrategy retryStrategy,
SqlTransactionContext sqlTransactionContext)
Implements a retry policy using the specified strategy and transient error detection algorithm.
|
SqlRetryPolicy(RetryStrategy retryStrategy,
TransientExceptionDetector transientExceptionDetector,
SqlTransactionContext sqlTransactionContext)
Implements a retry policy using the specified strategy and transient error detection algorithm.
|
Copyright © 2015. All rights reserved.