Uses of Record Class
software.amazon.lambda.durable.plugin.OperationChangeInfo
Packages that use OperationChangeInfo
-
Uses of OperationChangeInfo in software.amazon.lambda.durable.plugin
Methods in software.amazon.lambda.durable.plugin that return OperationChangeInfoModifier and TypeMethodDescriptionstatic OperationChangeInfoPluginInfoConverter.toOperationChangeInfo(String requestId, String durableExecutionArn, Collection<software.amazon.awssdk.services.lambda.model.Operation> updatedOperations, Collection<software.amazon.awssdk.services.lambda.model.Operation> allOperations) Deprecated.Creates anOperationChangeInfofrom the durable operations whose status changed in a checkpoint response and a snapshot of all operations tracked for the execution.Methods in software.amazon.lambda.durable.plugin with parameters of type OperationChangeInfoModifier and TypeMethodDescriptiondefault voidDurableExecutionPlugin.onOperationChange(OperationChangeInfo info) Deprecated.Called when a checkpoint response changes the status of one or more operations.voidPluginRunner.onOperationChange(OperationChangeInfo info) Deprecated.