final case classStreamingDataRepr extends ValueRepr with Product with Serializable
An identifier for a "streaming" value. The server will push zero or more binary representations over time, and when
there are no more values, the server will push a message indicating this. In contrast to UpdatingDataRepr,
each value pushed is considered part of a collection of values.
The server will only push values when requested to do so by the client – the client can either pull chunks of values,
or it can ask the server to push all values as they become available.
Linear Supertypes
Serializable, Serializable, Product, Equals, ValueRepr, AnyRef, Any
An identifier for a "streaming" value. The server will push zero or more binary representations over time, and when there are no more values, the server will push a message indicating this. In contrast to UpdatingDataRepr, each value pushed is considered part of a collection of values.
The server will only push values when requested to do so by the client – the client can either pull chunks of values, or it can ask the server to push all values as they become available.