Class RunInChildContextConfig
java.lang.Object
software.amazon.lambda.durable.config.RunInChildContextConfig
Configuration options for RunInChildContext operations in durable executions.
This class provides a builder pattern for configuring various aspects of RunInChildContext execution.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for creating StepConfig instances. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder for RunInChildContextConfig.Returns true if the context operation will not be checkpointed, false otherwise.serDes()Returns the custom serializer for this RunInChildContext operation, or null if not specified (uses default SerDes).
-
Method Details
-
serDes
Returns the custom serializer for this RunInChildContext operation, or null if not specified (uses default SerDes). -
isVirtual
Returns true if the context operation will not be checkpointed, false otherwise. -
toBuilder
-
builder
Creates a new builder for RunInChildContextConfig.- Returns:
- a new Builder instance
-