DisposableSubscription

A handle to a subscription via listener which can be disposed.

Inheritors

Properties

Link copied to clipboard
abstract val isDisposed: Boolean

Returns whether this subscription was disposed.

Functions

Link copied to clipboard
abstract fun dispose()

Disposes this subscription and removes the listener from publisher.