Uses of Record Class
software.amazon.lambda.durable.plugin.UserFunctionEndInfo
Packages that use UserFunctionEndInfo
-
Uses of UserFunctionEndInfo in software.amazon.lambda.durable.plugin
Methods in software.amazon.lambda.durable.plugin that return UserFunctionEndInfoModifier and TypeMethodDescriptionstatic UserFunctionEndInfoPluginInfoConverter.toUserFunctionEndInfo(UserFunctionStartInfo startInfo, boolean succeeded, Throwable error) Deprecated.Creates aUserFunctionEndInfofrom a start info and outcome.Methods in software.amazon.lambda.durable.plugin with parameters of type UserFunctionEndInfoModifier and TypeMethodDescriptiondefault voidDurableExecutionPlugin.onUserFunctionEnd(UserFunctionEndInfo info) Deprecated.Called when a user-provided function finishes executing.voidPluginRunner.onUserFunctionEnd(UserFunctionEndInfo info) Deprecated.