Skip to content

loadAdapter

reference
1 min readUpdated

Kind: Function

Source: packages/core/helpers/load-adapter.ts

Part of: Core

Signature

ts
function loadAdapter(defaultPlatform: string, transport: string, loaderFn: Function)

Parameters

NameType
defaultPlatformstring
transportstring
loaderFnFunction

Relationships

  • IMPORTS → Logger

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (1)

  • SocketModulepackages/websockets/socket-module.ts:27

Was this page helpful?

Download as PDF
loadAdapter — NestJS head-to-head