Uses of Class
software.amazon.lambda.durable.config.WithRetryConfig
Packages that use WithRetryConfig
Package
Description
-
Uses of WithRetryConfig in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable with parameters of type WithRetryConfigModifier and TypeMethodDescriptiondefault <T> TDurableContext.withRetry(String name, BiFunction<Integer, DurableContext, T> operation, WithRetryConfig config) Replay-safe retry loop for any durable operation (sync).<T> DurableFuture<T>DurableContext.withRetryAsync(String name, BiFunction<Integer, DurableContext, T> operation, WithRetryConfig config) Replay-safe retry loop for any durable operation (async). -
Uses of WithRetryConfig in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return WithRetryConfigModifier and TypeMethodDescriptionWithRetryConfig.Builder.build()Builds theWithRetryConfiginstance. -
Uses of WithRetryConfig in software.amazon.lambda.durable.context
Methods in software.amazon.lambda.durable.context with parameters of type WithRetryConfigModifier and TypeMethodDescription<T> DurableFuture<T>DurableContextImpl.withRetryAsync(String name, BiFunction<Integer, DurableContext, T> operation, WithRetryConfig config)