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.

trait Owner
class Object
trait Matchable
class Any

Value members

Concrete methods

override def killSubscriptions(): Unit
Definition Classes