Uses of Interface
com.vaadin.flow.server.StreamVariable
Packages that use StreamVariable
-
Uses of StreamVariable in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return StreamVariableModifier and TypeMethodDescriptionStreamReceiver.getStreamVariable()
Get theStreamVariable
for this stream receiver.Constructors in com.vaadin.flow.server with parameters of type StreamVariableModifierConstructorDescriptionStreamReceiver
(StateNode node, String resourceName, StreamVariable streamVariable) CreatesStreamReceiver
instance forstreamVariable
as a data receiver.