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

    A Channel to send messages between two processes using a dedicated pipe/fd for binary messages. This fd is opened as 5th channel in addition to the default stdios (stdin, stdout, stderr, ipc). This means the default channels are not blocked and can be used by the respective process for additional custom message handling.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    ipcErrorListener: (error: Error) => void = ...
    messagePipe: BinaryMessagePipe
    onCloseEmitter: Emitter<ChannelCloseEvent> = ...
    onErrorEmitter: Emitter<unknown> = ...
    onMessageEmitter: Emitter<MessageProvider> = ...
    toDispose: DisposableCollection = ...

    Accessors

    Methods