method EventLogConnector.end
EventLogConnector.end(): Promise<void>

End the connector and release all resources.

After calling end(), all adapters created by this connector become invalid and subsequent connect() calls will fail.

Return Type

Promise<void>

Usage

import { type EventLogConnector } from ".";