| Modifier and Type | Method and Description |
|---|---|
protected static void |
AWSLambda.startRuntimeLoops(LambdaRequestHandler lambdaRequestHandler,
LambdaContextLogger lambdaLogger,
ConcurrencyConfig concurrencyConfig,
LambdaRuntimeApiClient runtimeClient) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
LambdaRuntimeApiClientImpl.getSupplierResultWithExponentialBackoff(LambdaContextLogger lambdaLogger,
long initialDelayMS,
long maxBackoffPeriodMS,
int maxNumOfAttempts,
java.util.function.Supplier<T> supplier,
java.util.function.Function<Exception,String> exceptionMessageComposer,
Exception maxRetriesException) |
InvocationRequest |
LambdaRuntimeApiClientImpl.nextInvocationWithExponentialBackoff(LambdaContextLogger lambdaLogger) |
InvocationRequest |
LambdaRuntimeApiClient.nextInvocationWithExponentialBackoff(LambdaContextLogger lambdaLogger)
Get next invocation with exponential backoff
|
| Constructor and Description |
|---|
ConcurrencyConfig(LambdaContextLogger logger) |
ConcurrencyConfig(LambdaContextLogger logger,
EnvReader envReader) |
Copyright © 2025. All rights reserved.