Package org.atmosphere.annotation
Annotation Type Broadcast
-
@Target(METHOD) @Retention(RUNTIME) public @interface BroadcastBroadcast to all suspended response the value of the method annotated with this annotation.- Author:
- Jeanfrancois Arcand
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intdelayShould the broadcast be delayed? A value of 0 means the broadcast be delayed until a normal broadcast operation happens.java.lang.Class<? extends org.atmosphere.cpr.BroadcastFilter>[]filtersAddBroadcastFilters to the broadcast operation.booleanresumeOnBroadcastResume all suspended response on the first broadcast operation.java.lang.StringvaluebooleanwriteEntityWrite the returned entity back to the calling connection.
-