Require a dispose function

interface Dispose {
    dispose: UnsubscriberAsync;
}

Implemented by

Properties

Properties

Release resources and notify dependent services when tearing down an object