ManualOwner

com.raquo.airstream.ownership.ManualOwner
class ManualOwner extends Owner

All this class does is expose the method to kill subscriptions. Just a small convenience for ad-hoc integrations

Please note that this is NOT a OneTimeOwner. If that's what you need, copy this code but extend OneTimeOwner instead of Owner.

Attributes

Graph
Supertypes
trait Owner
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def killSubscriptions(): Unit

Attributes

Definition Classes