Package org.atmosphere.annotation
Annotation Interface Schedule
Schedule periodic broadcast operations to the set of suspended response.
- Author:
- Jeanfrancois Arcand
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintThe period for broadcast (in second).booleanResume all suspended response on the first broadcast operation.intThe period before starting the broadcast (in second).
-
Element Details
-
period
int periodThe period for broadcast (in second).- Returns:
- Default:
60
-
waitFor
int waitForThe period before starting the broadcast (in second).- Returns:
- Default:
0
-
resumeOnBroadcast
boolean resumeOnBroadcastResume all suspended response on the first broadcast operation.- Default:
false
-