unsubscribeAll

abstract fun unsubscribeAll(event: TorEvent)(source)

Remove all Observer of a single TorEvent.


abstract fun unsubscribeAll(vararg events: TorEvent)(source)

Remove all Observer of multiple TorEvent.


abstract fun unsubscribeAll(tag: String)(source)

Remove all Observer with the given tag.

If the implementin class extends both Processor and RuntimeEvent.Processor, all RuntimeEvent.Observer with the given tag will also be removed.