Skip to main content
Dotset CLI API Documentation / tollgate / TollgateBridge

Class: TollgateBridge

Defined in: src/tollgate/proxy/bridge.ts:66

Constructors

Constructor

new TollgateBridge(options): TollgateBridge;
Defined in: src/tollgate/proxy/bridge.ts:73

Parameters

options

Returns

TollgateBridge

Methods

start()

start(): Promise<void>;
Defined in: src/tollgate/proxy/bridge.ts:94

Returns

Promise<void>

stop()

stop(): Promise<void>;
Defined in: src/tollgate/proxy/bridge.ts:182 Stop the bridge and all components. Waits for in-flight requests to complete before closing.

Returns

Promise<void>