lonnymq
Preparing search index...
queue
module
Channel
Class Channel<T>
Type Parameters
T
Index
Constructors
constructor
Properties
message
policy
Constructors
constructor
new
Channel
<
T
>
(
params
:
{
adaptor
:
Adaptor
<
T
>
;
channelId
:
string
;
schema
:
string
}
,
)
:
queue
.
module
.
Channel
<
T
>
Type Parameters
T
Parameters
params
:
{
adaptor
:
Adaptor
<
T
>
;
channelId
:
string
;
schema
:
string
}
Returns
queue
.
module
.
Channel
<
T
>
Properties
Readonly
message
message
:
queue
.
module
.
channel
.
Message
<
T
>
Readonly
policy
policy
:
Policy
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
message
policy
lonnymq
Loading...