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) Deprecated.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) Deprecated.Called when a user-provided function starts executing.voidPluginRunner.onUserFunctionStart(UserFunctionStartInfo info) Deprecated.static UserFunctionEndInfoPluginInfoConverter.toUserFunctionEndInfo(UserFunctionStartInfo startInfo, boolean succeeded, Throwable error) Deprecated.Creates aUserFunctionEndInfofrom a start info and outcome.