Class OperationProcessor
java.lang.Object
software.amazon.lambda.durable.testing.local.OperationProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic software.amazon.awssdk.services.lambda.model.OperationapplyResult(software.amazon.awssdk.services.lambda.model.Operation op, OperationResult result) Applies the result of an operation to the existing operation, returning a new operation.
-
Constructor Details
-
OperationProcessor
public OperationProcessor()
-
-
Method Details
-
applyResult
public static software.amazon.awssdk.services.lambda.model.Operation applyResult(software.amazon.awssdk.services.lambda.model.Operation op, OperationResult result) Applies the result of an operation to the existing operation, returning a new operation.
-