Package org.atmosphere.annotation
Annotation Type Schedule
-
@Target(METHOD) @Retention(RUNTIME) public @interface ScheduleSchedule periodic broadcast operations to the set of suspended response.- Author:
- Jeanfrancois Arcand
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intperiodThe period for broadcast (in second).booleanresumeOnBroadcastResume all suspended response on the first broadcast operation.intwaitForThe period before starting the broadcast (in second).
-