Uses of Enum Class
software.amazon.lambda.durable.execution.ThreadType
Packages that use ThreadType
-
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.