Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.annotations
Annotation Type Signal


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Signal

See Also:
Workflow, WorkflowWorker

Optional Element Summary
 String name
          Optional name of the signal.
 

name

public abstract String name
Optional name of the signal. Default is empty-string which means to use the name of annotated method as signal name. Maximum length is 256 characters.

Default:
""


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