Uses of Interface
com.vaadin.flow.server.StreamVariable
-
Packages that use StreamVariable Package Description com.vaadin.flow.server -
-
Uses of StreamVariable in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return StreamVariable Modifier and Type Method Description StreamVariableStreamReceiver. getStreamVariable()Get theStreamVariablefor this stream receiver.Constructors in com.vaadin.flow.server with parameters of type StreamVariable Constructor Description StreamReceiver(StateNode node, String resourceName, StreamVariable streamVariable)CreatesStreamReceiverinstance forstreamVariableas a data receiver.
-