Search
Preparing search index...
The search index is not available
@nestjs/common
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
WsContextCreator
Class WsContextCreator
Hierarchy
WsContextCreator
Index
Constructors
constructor
Properties
exception
Filters
Context
guards
Consumer
guards
Context
Creator
interceptors
Consumer
interceptors
Context
Creator
pipes
Consumer
pipes
Creator
ws
Proxy
Methods
create
create
Guards
Fn
get
Data
Metatype
reflect
Callback
Paramtypes
Constructors
constructor
new
WsContext
Creator
(
wsProxy
:
WsProxy
, exceptionFiltersContext
:
ExceptionFiltersContext
, pipesCreator
:
PipesContextCreator
, pipesConsumer
:
PipesConsumer
, guardsContextCreator
:
GuardsContextCreator
, guardsConsumer
:
GuardsConsumer
, interceptorsContextCreator
:
InterceptorsContextCreator
, interceptorsConsumer
:
InterceptorsConsumer
)
:
WsContextCreator
Parameters
wsProxy:
WsProxy
exceptionFiltersContext:
ExceptionFiltersContext
pipesCreator:
PipesContextCreator
pipesConsumer:
PipesConsumer
guardsContextCreator:
GuardsContextCreator
guardsConsumer:
GuardsConsumer
interceptorsContextCreator:
InterceptorsContextCreator
interceptorsConsumer:
InterceptorsConsumer
Returns
WsContextCreator
Properties
Private
exception
Filters
Context
exception
Filters
Context
:
ExceptionFiltersContext
Private
guards
Consumer
guards
Consumer
:
GuardsConsumer
Private
guards
Context
Creator
guards
Context
Creator
:
GuardsContextCreator
Private
interceptors
Consumer
interceptors
Consumer
:
InterceptorsConsumer
Private
interceptors
Context
Creator
interceptors
Context
Creator
:
InterceptorsContextCreator
Private
pipes
Consumer
pipes
Consumer
:
PipesConsumer
Private
pipes
Creator
pipes
Creator
:
PipesContextCreator
Private
ws
Proxy
ws
Proxy
:
WsProxy
Methods
create
create
(
instance
:
Controller
, callback
:
function
, module
:
string
)
:
function
Parameters
instance:
Controller
callback:
function
(
...
args
:
any
[]
)
:
void
Parameters
Rest
...
args:
any
[]
Returns
void
module:
string
Returns
function
(
...
args
:
any
[]
)
:
Promise
<
void
>
Parameters
Rest
...
args:
any
[]
Returns
Promise
<
void
>
create
Guards
Fn
create
Guards
Fn
(
guards
:
any
[]
, instance
:
Controller
, callback
:
function
)
:
Function
|
null
Parameters
guards:
any
[]
instance:
Controller
callback:
function
(
...
args
:
any
[]
)
:
any
Parameters
Rest
...
args:
any
[]
Returns
any
Returns
Function
|
null
get
Data
Metatype
get
Data
Metatype
(
instance
:
Controller
, callback
:
function
)
:
any
Parameters
instance:
Controller
callback:
function
(
...
args
:
any
[]
)
:
any
Parameters
Rest
...
args:
any
[]
Returns
any
Returns
any
reflect
Callback
Paramtypes
reflect
Callback
Paramtypes
(
instance
:
Controller
, callback
:
function
)
:
any
[]
Parameters
instance:
Controller
callback:
function
(
...
args
:
any
[]
)
:
any
Parameters
Rest
...
args:
any
[]
Returns
any
Returns
any
[]
Globals
Ws
Context
Creator
constructor
exception
Filters
Context
guards
Consumer
guards
Context
Creator
interceptors
Consumer
interceptors
Context
Creator
pipes
Consumer
pipes
Creator
ws
Proxy
create
create
Guards
Fn
get
Data
Metatype
reflect
Callback
Paramtypes
Generated using
TypeDoc