Uses of Class
software.amazon.lambda.durable.config.ParallelBranchConfig
Packages that use ParallelBranchConfig
Package
Description
-
Uses of ParallelBranchConfig in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable with parameters of type ParallelBranchConfigModifier and TypeMethodDescriptiondefault <T> DurableFuture<T>ParallelDurableFuture.branch(String name, Class<T> resultType, Function<DurableContext, T> func, ParallelBranchConfig config) Registers and immediately starts a branch (respects maxConcurrency).<T> DurableFuture<T>ParallelDurableFuture.branch(String name, TypeToken<T> resultType, Function<DurableContext, T> func, ParallelBranchConfig config) Registers and immediately starts a branch (respects maxConcurrency). -
Uses of ParallelBranchConfig in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return ParallelBranchConfigModifier and TypeMethodDescriptionParallelBranchConfig.Builder.build()Builds the ParallelBranchConfig instance. -
Uses of ParallelBranchConfig in software.amazon.lambda.durable.operation
Methods in software.amazon.lambda.durable.operation with parameters of type ParallelBranchConfigModifier and TypeMethodDescription<T> DurableFuture<T>ParallelOperation.branch(String name, TypeToken<T> resultType, Function<DurableContext, T> func, ParallelBranchConfig config)