Package org.atmosphere.annotation
Annotation Type Resume
-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface ResumeResume a suspended response. A suspended response is the result of annotating any method using theSuspend.- Author:
- Jeanfrancois Arcand
-
-
Element Detail
-
value
int value
Resume after the first event caused by annotating a method withBroadcast- Returns:
- Default:
- 1
-
-