Package software.amazon.lambda.durable
Interface StepContext
- All Superinterfaces:
AutoCloseable,BaseContext
- All Known Implementing Classes:
StepContextImpl
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the current retry attempt number (0-based).Methods inherited from interface software.amazon.lambda.durable.context.BaseContext
close, getContextId, getContextName, getDurableConfig, getExecutionArn, getLambdaContext, getLogger, isReplaying
-
Method Details
-
getAttempt
int getAttempt()Returns the current retry attempt number (0-based).
-