Class DurableExecutor

java.lang.Object
software.amazon.lambda.durable.execution.DurableExecutor

public class DurableExecutor extends Object
Orchestrates the lifecycle of a durable execution.

Handles deserialization of user input, invocation of the user handler within a DurableContext, and production of the DurableExecutionOutput (success, failure, or pending suspension).