Did this page help you?

   Yes   No   Tell us about it...

Package com.amazonaws.services.simpleworkflow.flow.annotations

Class Summary
NullDataConverter To be used only by annotations as they do not support null parameters.
 

Annotation Types Summary
Activities  
Activity Optional annotation used on activity methods to override the name and version.
ActivityRegistrationOptions  
Asynchronous Call to @Asynchronous method always returns immediately without executing it code.
Execute  
ExponentialRetry This annotation can be used for retrying failures on any asynchronous executions.
GetState Indicates that method is used to retrieve current workflow state.
ManualActivityCompletion  
NoWait Used to mark Promise arguments of @Asynchronous methods that should not be waited for.
Signal  
SkipTypeRegistration This can be used on interfaces annotated with Activities or Workflow to specify no registration options are needed for ActivityType or WorkflowType defined by such interfaces.
Wait Used to mark parameters of @Asynchronous method that should be waited to be ready.
Workflow  
WorkflowRegistrationOptions  
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.