Uses of Class
software.amazon.lambda.durable.operation.SerializableDurableOperation
Packages that use SerializableDurableOperation
-
Uses of SerializableDurableOperation in software.amazon.lambda.durable.operation
Subclasses of SerializableDurableOperation in software.amazon.lambda.durable.operationModifier and TypeClassDescriptionclassDurable operation for creating and waiting on external callbacks.classManages the lifecycle of a child execution context.classAbstract base class for concurrent execution of multiple child context operations.classInvokeOperation<T,I> Durable operation that invokes another Lambda function and waits for its result.classMapOperation<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.classManages parallel execution of multiple branches as child context operations.classDurable operation that executes a user-provided function with retry support.classDurable operation that periodically checks a user-supplied condition function, using a configurable wait strategy to determine polling intervals and termination.