StreamStateStore

@Singleton
class StreamStateStore<S>

Can be used by the dev connector to pass state between different parts of the connector. To use it is sufficient to inject a StreamStateStore of any type into any component. The expected use is for making state generated during initialization generally available to the Loaders.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
fun put(stream: DestinationStream.Descriptor, state: S)