Preparing search index...
The search index is not available
nestjs-pg-notify
nestjs-pg-notify
PgNotifyContext
Class PgNotifyContext
Hierarchy
PgNotifyContext
Index
Constructors
constructor
Properties
channel
data
process
Id
request
Id
Methods
get
Channel
get
Data
get
Process
Id
get
Request
Id
Constructors
constructor
new
Pg
Notify
Context
(
processId
:
number
, channel
:
string
, data
?:
any
, requestId
?:
string
)
:
PgNotifyContext
Parameters
processId:
number
channel:
string
Optional
data:
any
Optional
requestId:
string
Returns
PgNotifyContext
Properties
Private
Readonly
channel
channel
:
string
|
Record
<
string
,
any
>
Private
Optional
Readonly
data
data
?:
any
Private
Readonly
process
Id
process
Id
:
number
Private
Optional
Readonly
request
Id
request
Id
?:
string
Methods
get
Channel
get
Channel
(
)
:
string
|
Record
<
string
,
any
>
Returns
string
|
Record
<
string
,
any
>
get
Data
get
Data
(
)
:
any
Returns
any
get
Process
Id
get
Process
Id
(
)
:
number
Returns
number
get
Request
Id
get
Request
Id
(
)
:
undefined
|
string
Returns
undefined
|
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
nestjs-
pg-
notify
Pg
Notify
Context
constructor
channel
data
process
Id
request
Id
get
Channel
get
Data
get
Process
Id
get
Request
Id
Generated using
TypeDoc