Uses of Record Class
software.amazon.lambda.durable.plugin.OperationEndInfo
Packages that use OperationEndInfo
-
Uses of OperationEndInfo in software.amazon.lambda.durable.plugin
Methods in software.amazon.lambda.durable.plugin that return OperationEndInfoModifier and TypeMethodDescriptionstatic OperationEndInfoPluginInfoConverter.toOperationEndInfo(software.amazon.awssdk.services.lambda.model.Operation operation, OperationIdentifier identifier, String parentId, Throwable error) Deprecated.Methods in software.amazon.lambda.durable.plugin with parameters of type OperationEndInfoModifier and TypeMethodDescriptiondefault voidDurableExecutionPlugin.onOperationEnd(OperationEndInfo info) Deprecated.Called when an operation reaches a terminal status for the first time (not on replay).voidPluginRunner.onOperationEnd(OperationEndInfo info) Deprecated.