Search
Preparing search index...
The search index is not available
@nestjs/websockets
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ModuleRef
Class ModuleRef
Hierarchy
ModuleRef
Index
Constructors
constructor
Properties
_instance
Links
Host
container
injector
Accessors
instance
Links
Host
Methods
create
find
get
instantiate
Class
introspect
register
Request
ByContext
Id
resolve
resolve
Per
Context
Constructors
constructor
new
Module
Ref
(
container
:
any
)
:
ModuleRef
Parameters
container:
any
Returns
ModuleRef
Properties
Private
_instance
Links
Host
_instance
Links
Host
:
InstanceLinksHost
Protected
Readonly
container
container
:
NestContainer
Private
Readonly
injector
injector
:
Injector
= new Injector()
Accessors
instance
Links
Host
get
instanceLinksHost
(
)
:
InstanceLinksHost
Returns
InstanceLinksHost
Methods
Abstract
create
create<T>
(
type
:
Type
<
T
>
)
:
Promise
<
T
>
Type parameters
T =
any
Parameters
type:
Type
<
T
>
Returns
Promise
<
T
>
find
find
(
typeOrToken
:
any
, contextModule
:
any
)
:
any
Parameters
typeOrToken:
any
contextModule:
any
Returns
any
Abstract
get
get<TInput, TResult>
(
typeOrToken
:
Type
<
TInput
>
|
string
|
symbol
, options
?:
{
strict
:
boolean
}
)
:
TResult
Type parameters
TInput =
any
TResult =
TInput
Parameters
typeOrToken:
Type
<
TInput
>
|
string
|
symbol
Optional
options:
{
strict
:
boolean
}
strict
:
boolean
Returns
TResult
instantiate
Class
instantiate
Class
(
type
:
any
, moduleRef
:
any
)
:
Promise
<
any
>
Parameters
type:
any
moduleRef:
any
Returns
Promise
<
any
>
introspect
introspect
(
token
:
any
)
:
{
scope
:
Scope
}
Parameters
token:
any
Returns
{
scope
:
Scope
}
scope
:
Scope
register
Request
ByContext
Id
register
Request
ByContext
Id
(
request
:
any
, contextId
:
any
)
:
void
Parameters
request:
any
contextId:
any
Returns
void
Abstract
resolve
resolve<TInput, TResult>
(
typeOrToken
:
Type
<
TInput
>
|
string
|
symbol
, contextId
?:
ContextId
, options
?:
{
strict
:
boolean
}
)
:
Promise
<
TResult
>
Type parameters
TInput =
any
TResult =
TInput
Parameters
typeOrToken:
Type
<
TInput
>
|
string
|
symbol
Optional
contextId:
ContextId
Optional
options:
{
strict
:
boolean
}
strict
:
boolean
Returns
Promise
<
TResult
>
resolve
Per
Context
resolve
Per
Context
(
typeOrToken
:
any
, contextModule
:
any
, contextId
:
any
, options
:
any
)
:
Promise
<
any
>
Parameters
typeOrToken:
any
contextModule:
any
contextId:
any
options:
any
Returns
Promise
<
any
>
Globals
Module
Ref
constructor
_instance
Links
Host
container
injector
instance
Links
Host
create
find
get
instantiate
Class
introspect
register
Request
ByContext
Id
resolve
resolve
Per
Context
Generated using
TypeDoc