Uses of Interface
software.amazon.lambda.durable.context.BaseContext
Packages that use BaseContext
-
Uses of BaseContext in software.amazon.lambda.durable
Subinterfaces of BaseContext in software.amazon.lambda.durable -
Uses of BaseContext in software.amazon.lambda.durable.context
Classes in software.amazon.lambda.durable.context that implement BaseContextModifier and TypeClassDescriptionclassclassUser-facing API for defining durable operations within a workflow.classContext available inside a step operation's user function.Fields in software.amazon.lambda.durable.context with type parameters of type BaseContextMethods in software.amazon.lambda.durable.context that return BaseContextModifier and TypeMethodDescriptionstatic BaseContextBaseContext.getCurrentContext()Gets the current context (DurableContext or StepContext) for this thread.Methods in software.amazon.lambda.durable.context with parameters of type BaseContextModifier and TypeMethodDescriptionstatic voidBaseContextImpl.setCurrentContext(BaseContext context)