Interface | Description |
---|---|
LockObject<T> |
Represents a lock object.
|
LockProvider<T> |
An abstract super interface of
LockObject provider. |
RetryObject |
Represents a retry controller object.
|
RetryStrategy |
Represents a retry strategy.
|
Class | Description |
---|---|
ConstantRetryStrategy |
An implementation of
RetryStrategy with constant time. |
LocalFileLockObject<T> | |
LocalFileLockProvider<T> |
An implementation of
LockProvider using local file lock. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.