Uses of Class
software.amazon.lambda.durable.config.ParallelConfig
Packages that use ParallelConfig
Package
Description
-
Uses of ParallelConfig in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable with parameters of type ParallelConfigModifier and TypeMethodDescriptionDurableContext.parallel(String name, ParallelConfig config) Creates aParallelDurableFuturefor executing multiple branches concurrently. -
Uses of ParallelConfig in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return ParallelConfigModifier and TypeMethodDescriptionParallelConfig.Builder.build()Builds the ParallelConfig instance. -
Uses of ParallelConfig in software.amazon.lambda.durable.context
Methods in software.amazon.lambda.durable.context with parameters of type ParallelConfigModifier and TypeMethodDescriptionDurableContextImpl.parallel(String name, ParallelConfig config) -
Uses of ParallelConfig in software.amazon.lambda.durable.operation
Constructors in software.amazon.lambda.durable.operation with parameters of type ParallelConfigModifierConstructorDescriptionParallelOperation(OperationIdentifier operationIdentifier, SerDes resultSerDes, DurableContextImpl durableContext, ParallelConfig config)