Services that implement Disposable will have .dispose() called when the container or scope is destroyed.

1.2.0

interface Disposable {
    dispose(): void | Promise<void>;
}

Implemented by

Methods

Methods