Uses of Class
software.amazon.lambda.durable.config.WithRetryConfig.Builder
Packages that use WithRetryConfig.Builder
-
Uses of WithRetryConfig.Builder in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return WithRetryConfig.BuilderModifier and TypeMethodDescriptionstatic WithRetryConfig.BuilderWithRetryConfig.builder()Creates a new builder forWithRetryConfig.WithRetryConfig.Builder.retryStrategy(RetryStrategy retryStrategy) Sets the retry strategy.WithRetryConfig.Builder.wrapInChildContext(boolean wrapInChildContext) Sets whether the syncwithRetryshould wrap the retry loop in a child context.