Uses of Class
software.amazon.lambda.durable.context.BaseContextImpl
Packages that use BaseContextImpl
-
Uses of BaseContextImpl in software.amazon.lambda.durable.context
Subclasses of BaseContextImpl in software.amazon.lambda.durable.contextModifier and TypeClassDescriptionclassUser-facing API for defining durable operations within a workflow.classContext available inside a step operation's user function. -
Uses of BaseContextImpl in software.amazon.lambda.durable.logging
Constructors in software.amazon.lambda.durable.logging with parameters of type BaseContextImplModifierConstructorDescriptionDurableLogger(org.slf4j.Logger delegate, BaseContextImpl context) Creates a DurableLogger wrapping the given SLF4J logger with execution context MDC entries.