Uses of Record Class
software.amazon.lambda.durable.execution.ThreadContext
Packages that use ThreadContext
Package
Description
-
Uses of ThreadContext in software.amazon.lambda.durable.execution
Methods in software.amazon.lambda.durable.execution that return ThreadContextModifier and TypeMethodDescriptionExecutionManager.getCurrentThreadContext()Returns the current thread's ThreadContext (threadId and threadType), or null if not set.Methods in software.amazon.lambda.durable.execution with parameters of type ThreadContextModifier and TypeMethodDescriptionvoidExecutionManager.setCurrentThreadContext(ThreadContext threadContext) Sets the current thread's ThreadContext (threadId and threadType). -
Uses of ThreadContext in software.amazon.lambda.durable.operation
Methods in software.amazon.lambda.durable.operation that return ThreadContextModifier and TypeMethodDescriptionprotected ThreadContextBaseDurableOperation.getCurrentThreadContext()