Uses of Enum Class
software.amazon.lambda.durable.execution.ThreadType
Packages that use ThreadType
Package
Description
-
Uses of ThreadType in software.amazon.lambda.durable.context
Constructors in software.amazon.lambda.durable.context with parameters of type ThreadTypeModifierConstructorDescriptionprotectedBaseContextImpl(ExecutionManager executionManager, DurableConfig durableConfig, com.amazonaws.services.lambda.runtime.Context lambdaContext, String contextId, String contextName, ThreadType threadType) Creates a new BaseContext instance. -
Uses of ThreadType in software.amazon.lambda.durable.execution
Methods in software.amazon.lambda.durable.execution that return ThreadTypeModifier and TypeMethodDescriptionThreadContext.threadType()Returns the value of thethreadTyperecord component.static ThreadTypeReturns the enum constant of this class with the specified name.static ThreadType[]ThreadType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in software.amazon.lambda.durable.execution with parameters of type ThreadTypeModifierConstructorDescriptionThreadContext(String threadId, ThreadType threadType) Creates an instance of aThreadContextrecord class. -
Uses of ThreadType in software.amazon.lambda.durable.operation
Methods in software.amazon.lambda.durable.operation with parameters of type ThreadTypeModifier and TypeMethodDescriptionprotected voidBaseDurableOperation.runUserHandler(Runnable runnable, ThreadType threadType) protected voidBaseDurableOperation.runUserHandler(Runnable runnable, ThreadType threadType, Integer attempt) Runs user code in a separate thread with plugin hook instrumentation.