Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PluginConnection

The container for message reader and writer which can be used to create connection between plugins and main side.

Hierarchy

  • PluginConnection

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly dispose

dispose: () => void

Type declaration

    • (): void
    • Returns void

Readonly reader

Readonly writer

Methods

forward

  • forward(to: Connection, map?: (message: Message) => Message): void