Theia API Documentation v1.65.0
    Preparing search index...

    Reusable abstract Channel implementation that sets up the basic channel event listeners and offers a generic close method.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    onCloseEmitter: Emitter<ChannelCloseEvent> = ...
    onErrorEmitter: Emitter<unknown> = ...
    onMessageEmitter: Emitter<MessageProvider> = ...
    toDispose: DisposableCollection = ...

    Accessors

    Methods