Uses of Class
software.amazon.lambda.durable.operation.ChildContextOperation
Packages that use ChildContextOperation
-
Uses of ChildContextOperation in software.amazon.lambda.durable.operation
Methods in software.amazon.lambda.durable.operation that return ChildContextOperationModifier and TypeMethodDescriptionprotected <R> ChildContextOperation<R>ConcurrencyOperation.createItem(String operationId, String name, Function<DurableContext, R> function, TypeToken<R> resultType, SerDes serDes, OperationSubType branchSubType, DurableContextImpl parentContext) Creates a child context operation for a single item (branch or iteration).protected <R> ChildContextOperation<R>ConcurrencyOperation.enqueueItem(String name, Function<DurableContext, R> function, TypeToken<R> resultType, SerDes serDes, OperationSubType branchSubType) Creates and enqueues an item without starting execution.Methods in software.amazon.lambda.durable.operation that return types with arguments of type ChildContextOperationModifier and TypeMethodDescriptionprotected List<ChildContextOperation<?>>ConcurrencyOperation.getBranches()