Package software.amazon.lambda.durable.operation
package software.amazon.lambda.durable.operation
-
ClassesClassDescriptionBase class for all durable operations (STEP, WAIT, etc.).Durable operation for creating and waiting on external callbacks.Manages the lifecycle of a child execution context.Abstract base class for concurrent execution of multiple child context operations.InvokeOperation<T,
I> Durable operation that invokes another Lambda function and waits for its result.MapOperation<I,O> Executes a map operation: applies a function to each item in a collection concurrently, with each item running in its own child context.Manages parallel execution of multiple branches as child context operations.Base class for all durable operations (STEP, WAIT, etc.).Durable operation that executes a user-provided function with retry support.Durable operation that periodically checks a user-supplied condition function, using a configurable wait strategy to determine polling intervals and termination.Durable operation that suspends execution for a specified duration without consuming compute.