| 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.
|
| com.github.rbuck.retry.hibernate |
This package provides a class used to distinguish transient versus
non-transient Hibernate exceptions.
|
| Class and Description |
|---|
| RetryEvent
Represents current retry state.
|
| RetryEventListener
Interface for receiving a retry event.
|
| RetryState
Internal retry state.
|
| RetryStrategy
Interface for a retry strategy.
|
| SqlCallable
A SAM type permitting the use of lambda expressions whose default action is
to perform a SQL transaction using the given connection.
|
| SqlTransactionContext
The SQL transaction context for executed actions.
|
| TransientExceptionDetector
Defines an interface to detect for transient error conditions.
|
| Class and Description |
|---|
| SqlTransientExceptionDetector
Checks if the exception is a transient SQL exception.
|
| TransientExceptionDetector
Defines an interface to detect for transient error conditions.
|
Copyright © 2015. All rights reserved.