Uses of Class
software.amazon.lambda.durable.execution.ExecutionManager
Packages that use ExecutionManager
-
Uses of ExecutionManager in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable that return ExecutionManagerMethods in software.amazon.lambda.durable with parameters of type ExecutionManagerModifier and TypeMethodDescriptionstatic DurableContextDurableContext.createRootContext(ExecutionManager executionManager, DurableConfig durableConfig, com.amazonaws.services.lambda.runtime.Context lambdaContext) Creates a root context (contextId = null)Constructors in software.amazon.lambda.durable with parameters of type ExecutionManagerModifierConstructorDescriptionprotectedBaseContext(ExecutionManager executionManager, DurableConfig durableConfig, com.amazonaws.services.lambda.runtime.Context lambdaContext, String contextId, String contextName, ThreadType threadType) Creates a new BaseContext instance.protectedStepContext(ExecutionManager executionManager, DurableConfig durableConfig, com.amazonaws.services.lambda.runtime.Context lambdaContext, String stepOperationId, String stepOperationName, int attempt) Creates a new StepContext instance for use in step operations.