Uses of Record Class
software.amazon.lambda.durable.config.CompletionConfig
Packages that use CompletionConfig
-
Uses of CompletionConfig in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return CompletionConfigModifier and TypeMethodDescriptionstatic CompletionConfigCompletionConfig.allCompleted()All items run regardless of failures.static CompletionConfigCompletionConfig.allSuccessful()All items must succeed.MapConfig.completionConfig()ParallelConfig.completionConfig()static CompletionConfigCompletionConfig.firstSuccessful()Complete as soon as the first item succeeds.static CompletionConfigCompletionConfig.minSuccessful(int count) Complete when the specified number of items have succeeded.static CompletionConfigCompletionConfig.toleratedFailureCount(int count) Complete when more than the specified number of failures have occurred.static CompletionConfigCompletionConfig.toleratedFailurePercentage(double percentage) Complete when the failure percentage exceeds the specified threshold (0.0 to 1.0).Methods in software.amazon.lambda.durable.config with parameters of type CompletionConfigModifier and TypeMethodDescriptionMapConfig.Builder.completionConfig(CompletionConfig completionConfig) Sets the completion criteria for the map operation.ParallelConfig.Builder.completionConfig(CompletionConfig completionConfig) Sets the maximum number of branches that can run simultaneously.