remove

abstract fun remove(subscription: Subscription): Boolean

Remove a subscription.

Return

true if the subscription was removed, false if not.

Parameters

subscription

subscription to remove

abstract fun remove(name: String): Boolean

Remove a named subscription.

Return

true if a matching subscription was removed, false if Subscription could be found.

Parameters

name

name of the subscription to remove.