Uses of Class
software.amazon.lambda.durable.config.ParallelConfig.Builder
Packages that use ParallelConfig.Builder
-
Uses of ParallelConfig.Builder in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return ParallelConfig.BuilderModifier and TypeMethodDescriptionstatic ParallelConfig.BuilderParallelConfig.builder()Creates a new builder for ParallelConfig.ParallelConfig.Builder.completionConfig(CompletionConfig completionConfig) Sets the maximum number of branches that can run simultaneously.ParallelConfig.Builder.maxConcurrency(Integer maxConcurrency) Sets the maximum number of branches that can run simultaneously.