Uses of Record Class
software.amazon.lambda.durable.plugin.UserFunctionStartInfo
Packages that use UserFunctionStartInfo
-
Uses of UserFunctionStartInfo in software.amazon.lambda.durable.plugin
Methods in software.amazon.lambda.durable.plugin that return UserFunctionStartInfoModifier and TypeMethodDescriptionstatic UserFunctionStartInfoPluginInfoConverter.toUserFunctionStartInfo(OperationIdentifier identifier, String parentId, boolean isReplayingChildren, Integer attempt) Creates aUserFunctionStartInfofor when a user function starts executing.Methods in software.amazon.lambda.durable.plugin with parameters of type UserFunctionStartInfoModifier and TypeMethodDescriptiondefault voidDurableExecutionPlugin.onUserFunctionStart(UserFunctionStartInfo info) Called when a user-provided function starts executing.voidPluginRunner.onUserFunctionStart(UserFunctionStartInfo info) static UserFunctionEndInfoPluginInfoConverter.toUserFunctionEndInfo(UserFunctionStartInfo startInfo, UserFunctionOutcome outcome, Throwable error) Creates aUserFunctionEndInfofrom a start info and outcome.