Uses of Interface
com.vaadin.flow.server.StreamVariable.StreamingEvent
-
Uses of StreamVariable.StreamingEvent in com.vaadin.flow.server
Subinterfaces of StreamVariable.StreamingEvent in com.vaadin.flow.serverModifier and TypeInterfaceDescriptionstatic interface
Deprecated, for removal: This API element is subject to removal in a future version.
Event passed to
StreamVariable.streamingFinished(StreamingEndEvent)
method the contents have been streamed to StreamVariable successfully.static interface
Deprecated, for removal: This API element is subject to removal in a future version.
Event passed to
StreamVariable.streamingFailed(StreamingErrorEvent)
method when the streaming ended before the end of the input.static interface
Deprecated, for removal: This API element is subject to removal in a future version.
Event passed to
StreamVariable.onProgress(StreamingProgressEvent)
method during the streaming progresses.static interface
Deprecated, for removal: This API element is subject to removal in a future version.
Event passed to
StreamVariable.streamingStarted(StreamingStartEvent)
method before the streaming of the content toStreamVariable
starts. -
Uses of StreamVariable.StreamingEvent in com.vaadin.flow.server.communication.streaming
Classes in com.vaadin.flow.server.communication.streaming that implement StreamVariable.StreamingEventModifier and TypeClassDescriptionfinal class
Implementation of
StreamVariable.StreamingEndEvent
.final class
Implementation for
StreamVariable.StreamingErrorEvent
.final class
Implementation for
StreamVariable.StreamingProgressEvent
.final class
Implementation for
StreamVariable.StreamingStartEvent
.