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, UserFunctionOutcome outcome, Throwable error) 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) Called when a user-provided function finishes executing.voidPluginRunner.onUserFunctionEnd(UserFunctionEndInfo info)