@Retention(value=RUNTIME) @Target(value=TYPE) 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)
.PushMode
public 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_XHR
.Copyright © 2023. All rights reserved.