@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface Push
UI. Adding @Push to 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).PushModepublic abstract PushMode value
PushMode to use for the annotated UI. The default
push mode when this annotation is present is PushMode.AUTOMATIC.public abstract Transport transport
Transport.WEBSOCKET.Copyright © 2017 Vaadin Ltd. All rights reserved.