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

    Helper class to implement the single channels on a ChannelMultiplexer. Simply forwards write requests to the given write buffer source i.e. the main channel of the ChannelMultiplexer.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    closeHandler: () => void
    id: string
    onCloseEmitter: Emitter<ChannelCloseEvent> = ...
    onErrorEmitter: Emitter<unknown> = ...
    onMessageEmitter: Emitter<MessageProvider> = ...
    toDispose: DisposableCollection = ...
    writeBufferSource: () => WriteBuffer

    Accessors

    Methods