Interface PipeTransport

interface PipeTransport {
    onConnected(): Promise<[MessageReader, MessageWriter]>;
}

Methods

Methods