MulticastStrategy

sealed abstract class MulticastStrategy[+A] extends Serializable

The MulticastStrategy specifies the strategy for building data-sources that are shared between multiple subscribers.

The MulticastStrategy specifies the strategy for building data-sources that are shared between multiple subscribers.

By default observables tend to be cold.

Companion
object
trait Serializable
class Object
trait Matchable
class Any
object Publish
class Behavior[A]
object Async
class Replay[A]
class ReplayLimited[A]