Class and Description |
---|
BackOff
Back-off policy when retrying an operation.
|
EBCallback
Simple callback interface for job to signalize its success or fail.
|
EBFuture
Future object, similar to
Future
Used in async job invocations. |
EBRetry
Very simple base retry implementation.
|
EBRetryException
Root exception for all retry based exceptions.
|
EBRetryJob
Simple job - subject to retry mechanism.
|
EBRetryJobError
Wrapper for the job error.
|
EBRetryJobSimple
Simple retry job implementation.
|
EBRetryJobSimpleSafe
Simple retry job implementation.
|
EBRetryListener
Listener for Retry mechanism to listen for job retry status.
|
EBRetryStrategy
EB retry strategy interface.
|
EBRetryStrategyBackoff
Implementation of
BackOff that increases the back off period for each retry attempt using
a randomization function that grows exponentially. |
EBRetryStrategyBackoff.Builder
Builder for
EBRetryStrategyBackoff . |
Copyright © 2016. All rights reserved.