Skip to main content

Interface: NativeConnectionPlugin

worker.NativeConnectionPlugin

Plugin to control the configuration of a native connection.

Plugins is an experimental feature; APIs may change without notice.

Implemented by

Accessors

name

get name(): string

Gets the name of this plugin.

Returns

string

Methods

configureNativeConnection

configureNativeConnection(options): NativeConnectionOptions

Hook called when creating a native connection to allow modification of configuration.

Parameters

NameType
optionsNativeConnectionOptions

Returns

NativeConnectionOptions