| Class and Description |
|---|
| Idempotency
Holds the configuration for idempotency:
The persistence layer to use for persisting the request and response of the function (mandatory).
The general configuration for idempotency (optional, see
IdempotencyConfig.Builder methods to see defaults values.
Use it before the function handler ( RequestHandler.handleRequest(Object, Context))
get called. |
| Idempotency.Config |
| IdempotencyConfig
Configuration of the idempotency feature.
|
| IdempotencyConfig.Builder |
| Class and Description |
|---|
| Idempotent
@Idempotent is used to signal that the annotated method is idempotent:
Calling this method one or multiple times with the same parameter will always return the same result. This annotation can be placed on the RequestHandler.handleRequest(Object, Context)
method of a Lambda function: |
| Class and Description |
|---|
| IdempotencyConfig
Configuration of the idempotency feature.
|
Copyright © 2023. All rights reserved.