Uses of Enum Class
software.amazon.lambda.durable.model.OperationSubType
Packages that use OperationSubType
-
Uses of OperationSubType in software.amazon.lambda.durable.model
Methods in software.amazon.lambda.durable.model that return OperationSubTypeModifier and TypeMethodDescriptionOperationIdentifier.subType()Returns the value of thesubTyperecord component.static OperationSubTypeReturns the enum constant of this class with the specified name.static OperationSubType[]OperationSubType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.lambda.durable.model with parameters of type OperationSubTypeModifier and TypeMethodDescriptionstatic OperationIdentifierOperationIdentifier.of(String operationId, String name, OperationSubType subType) Creates an identifier with the given sub-type.Constructors in software.amazon.lambda.durable.model with parameters of type OperationSubTypeModifierConstructorDescriptionOperationIdentifier(String operationId, String name, OperationSubType subType) Creates an instance of aOperationIdentifierrecord class. -
Uses of OperationSubType in software.amazon.lambda.durable.operation
Methods in software.amazon.lambda.durable.operation that return OperationSubTypeModifier and TypeMethodDescriptionBaseDurableOperation.getSubType()Gets the operation sub-type (e.g.Methods in software.amazon.lambda.durable.operation with parameters of type OperationSubTypeModifier and TypeMethodDescriptionprotected <R> ChildContextOperation<R>ConcurrencyOperation.createItem(String operationId, String name, Function<DurableContext, R> function, TypeToken<R> resultType, SerDes serDes, OperationSubType branchSubType) 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, boolean skipped) Creates and enqueues an item without starting execution.