MulticastStrategy

sealed abstract class MulticastStrategy[+A] extends Serializable

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 Async.type
class Behavior[A]
object Publish.type
class Replay[A]
class ReplayLimited[A]