Package com.vaadin.annotations
Annotation Type Push
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface PushConfigures server push for aUI. Adding@Pushto a UI class configures the UI for automatic push. If some other push mode is desired, it can be passed as a parameter, e.g.@Push(PushMode.MANUAL).- Since:
- 7.1
- Author:
- Vaadin Ltd.
- See Also:
PushMode