Uses of Enum Class
software.amazon.lambda.durable.plugin.UserFunctionOutcome
Packages that use UserFunctionOutcome
-
Uses of UserFunctionOutcome in software.amazon.lambda.durable.plugin
Methods in software.amazon.lambda.durable.plugin that return UserFunctionOutcomeModifier and TypeMethodDescriptionUserFunctionEndInfo.outcome()Returns the value of theoutcomerecord component.static UserFunctionOutcomeReturns the enum constant of this class with the specified name.static UserFunctionOutcome[]UserFunctionOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.lambda.durable.plugin with parameters of type UserFunctionOutcomeModifier and TypeMethodDescriptionstatic UserFunctionEndInfoPluginInfoConverter.toUserFunctionEndInfo(UserFunctionStartInfo startInfo, UserFunctionOutcome outcome, Throwable error) Creates aUserFunctionEndInfofrom a start info and outcome.Constructors in software.amazon.lambda.durable.plugin with parameters of type UserFunctionOutcomeModifierConstructorDescriptionUserFunctionEndInfo(String id, String name, String type, String subType, String parentId, Instant startTimestamp, Instant endTimestamp, boolean isReplayingChildren, Integer attempt, UserFunctionOutcome outcome, Throwable error) Creates an instance of aUserFunctionEndInforecord class.