com.vaadin.flow.server.

Interface StreamVariable.StreamingStartEvent

All Superinterfaces:

Serializable, StreamVariable.StreamingEvent

All Known Implementing Classes:

StreamingStartEventImpl

Enclosing interface:

StreamVariable

public static interface StreamVariable.StreamingStartEvent extends StreamVariable.StreamingEvent

Event passed to StreamVariable.streamingStarted(StreamingStartEvent) method before the streaming of the content to StreamVariable starts.

  • Method Details

    • disposeStreamVariable

      void disposeStreamVariable()

      The owner of the StreamVariable can call this method to inform the implementation that this StreamVariable will not be used to accept more post.