Uses of Record Class
software.amazon.lambda.durable.config.CompletionConfig.CompletionDecision
Packages that use CompletionConfig.CompletionDecision
-
Uses of CompletionConfig.CompletionDecision in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return CompletionConfig.CompletionDecisionModifier and TypeMethodDescriptionCompletionConfig.CompletionDecision.complete(ConcurrencyCompletionStatus completionStatus) CompletionConfig.CompletionDecision.continueExecution()Methods in software.amazon.lambda.durable.config that return types with arguments of type CompletionConfig.CompletionDecisionModifier and TypeMethodDescriptionCompletionConfig.completionDecisionFunction()Returns the completion decision function.CompletionConfig.shouldComplete()Returns the value of theshouldCompleterecord component.Method parameters in software.amazon.lambda.durable.config with type arguments of type CompletionConfig.CompletionDecisionModifier and TypeMethodDescriptionstatic CompletionConfigCompletionConfig.shouldComplete(Function<CompletionConfig.CompletionStatus, CompletionConfig.CompletionDecision> shouldComplete) Complete when the function returns a completing decision.Constructor parameters in software.amazon.lambda.durable.config with type arguments of type CompletionConfig.CompletionDecisionModifierConstructorDescriptionCompletionConfig(Integer minSuccessful, Integer toleratedFailureCount, Double toleratedFailurePercentage, Function<CompletionConfig.CompletionStatus, CompletionConfig.CompletionDecision> shouldComplete) Creates an instance of aCompletionConfigrecord class. -
Uses of CompletionConfig.CompletionDecision in software.amazon.lambda.durable.operation
Methods in software.amazon.lambda.durable.operation that return CompletionConfig.CompletionDecisionModifier and TypeMethodDescriptionConcurrencyOperation.ExpectedCompletionStatus.completionDecision()Returns the value of thecompletionDecisionrecord component.Methods in software.amazon.lambda.durable.operation with parameters of type CompletionConfig.CompletionDecisionModifier and TypeMethodDescriptionprotected abstract voidConcurrencyOperation.handleCompletion(CompletionConfig.CompletionDecision completionDecision) Called when the concurrency operation completes.protected voidMapOperation.handleCompletion(CompletionConfig.CompletionDecision completionDecision) protected voidParallelOperation.handleCompletion(CompletionConfig.CompletionDecision completionDecision) Constructors in software.amazon.lambda.durable.operation with parameters of type CompletionConfig.CompletionDecisionModifierConstructorDescriptionprotectedExpectedCompletionStatus(int completed, CompletionConfig.CompletionDecision completionDecision) Creates an instance of aExpectedCompletionStatusrecord class.Constructor parameters in software.amazon.lambda.durable.operation with type arguments of type CompletionConfig.CompletionDecisionModifierConstructorDescriptionprotectedConcurrencyOperation(OperationIdentifier operationIdentifier, TypeToken<T> resultTypeToken, SerDes resultSerDes, DurableContextImpl durableContext, int maxConcurrency, Function<CompletionConfig.CompletionStatus, CompletionConfig.CompletionDecision> shouldComplete, NestingType nestingType)