Companion

object Companion

Functions

Link copied to clipboard
fun WhileSubscribed(stopTimeoutMillis: Long = 0, replayExpirationMillis: Long = Long.MAX_VALUE): SharingStarted

Sharing is started when the first subscriber appears, immediately stops when the last subscriber disappears (by default), keeping the replay cache forever (by default).

Properties

Link copied to clipboard

Sharing is started immediately and never stops.

Link copied to clipboard

Sharing is started when the first subscriber appears and never stops.

Extensions

Link copied to clipboard
fun SharingStarted.Companion.WhileSubscribed(stopTimeout: Duration = Duration.ZERO, replayExpiration: Duration = Duration.INFINITE): SharingStarted

Sharing is started when the first subscriber appears, immediately stops when the last subscriber disappears (by default), keeping the replay cache forever (by default).

Sources

Link copied to clipboard