Uses of Annotation Interface
software.amazon.lambda.durable.annotations.Experimental
Packages that use Experimental
-
Uses of Experimental in software.amazon.lambda.durable.plugin
Methods in software.amazon.lambda.durable.plugin with annotations of type ExperimentalModifier and TypeMethodDescriptionOperationChangeItemInfo.error()Returns the value of theerrorrecord component.OperationEndInfo.error()Returns the value of theerrorrecord component.UserFunctionEndInfo.error()Returns the value of theerrorrecord component.InvocationEndInfo.executionError()Returns the value of theexecutionErrorrecord component.InvocationEndInfo.executionInput()Returns the value of theexecutionInputrecord component.InvocationInfo.executionInput()Returns the value of theexecutionInputrecord component.InvocationEndInfo.executionResult()Returns the value of theexecutionResultrecord component.OperationEndInfo.result()Returns the value of theresultrecord component.Constructor parameters in software.amazon.lambda.durable.plugin with annotations of type ExperimentalModifierConstructorDescriptionInvocationEndInfo(String requestId, String durableExecutionArn, boolean isFirstInvocation, InvocationStatus invocationStatus, Throwable executionError, Object executionInput, Object executionResult) Creates an instance of aInvocationEndInforecord class.InvocationEndInfo(String requestId, String durableExecutionArn, boolean isFirstInvocation, InvocationStatus invocationStatus, Throwable executionError, Object executionInput, Object executionResult) Creates an instance of aInvocationEndInforecord class.InvocationEndInfo(String requestId, String durableExecutionArn, boolean isFirstInvocation, InvocationStatus invocationStatus, Throwable executionError, Object executionInput, Object executionResult) Creates an instance of aInvocationEndInforecord class.InvocationInfo(String requestId, String durableExecutionArn, boolean isFirstInvocation, Instant executionStartTime, Object executionInput) Creates an instance of aInvocationInforecord class.OperationChangeItemInfo(String id, String name, String type, String subType, String parentId, Instant startTimestamp, Instant endTimestamp, Throwable error, software.amazon.awssdk.services.lambda.model.OperationStatus status) Creates an instance of aOperationChangeItemInforecord class.OperationEndInfo(String id, String name, String type, String subType, String parentId, Instant startTimestamp, Instant endTimestamp, String status, Integer attempt, boolean isReplay, Throwable error, String result) Creates an instance of aOperationEndInforecord class.OperationEndInfo(String id, String name, String type, String subType, String parentId, Instant startTimestamp, Instant endTimestamp, String status, Integer attempt, boolean isReplay, Throwable error, String result) Creates an instance of aOperationEndInforecord class.UserFunctionEndInfo(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.