All Classes
Class | Description |
---|---|
AbstractIdempotentRepository |
Includes all the methods of IdempotentRequestStore
|
ConfigUtility | |
CryptographyAlgorithm |
Supported hash algorithms to generate idempotency key
|
DefaultKeyGenerator | |
EnvironmentVariableUtils |
Supported environment variables constants
|
ErrorConditionalCallback |
A callback interface that need to clear cache for custom error condition
|
IdempotencyKey |
Wraps the combine of application name, listener name and incoming event value hash
|
IdempotentAspect |
An aspect that used along with the @IdempotentResource annotation
|
IdempotentRepository |
an interface that the functionality required of a request store for idempotent method invocations.
|
IdempotentRequestPayload |
Add to the methods arguments that represents the idempotent request payload.
|
IdempotentRequestResponseWrapper |
That is a container for idempotent requests and responses
|
IdempotentRequestWrapper |
Wraps the incoming event value
|
IdempotentResource |
Add to the methods that need to be idempotent.
|
IdempotentResponseWrapper |
Wraps the incoming event response
|
InMemoryIdempotentRepository |
An implementation of the idempotent AbstractIdempotentRepository
that uses as a default map
|
KeyGenerator | |
RepositoryType |
Supported datasource types
|