GitHub
Preparing search index...
The search index is not available
Evolutty
Evolutty
SQSRouter
Class SQSRouter
Hierarchy
BaseClient
SQSRouter
Index
Constructors
constructor
Properties
client
client
Options
handler
instances
queue
Name
Methods
handle
Prefix
Based
Queues
start
stop
Constructors
constructor
new SQSRouter
(
queueName
:
string
, handler
:
any
, clientOptions
:
SQSClientOptions
,
...
_args
:
any
[]
)
:
SQSRouter
Parameters
queueName:
string
handler:
any
clientOptions:
SQSClientOptions
Rest
...
_args:
any
[]
Returns
SQSRouter
Properties
client
client
:
SQSClient
client
Options
client
Options
:
SQSClientOptions
handler
handler
:
any
instances
instances
:
any
[]
= []
queue
Name
queue
Name
:
string
Methods
Private
handle
Prefix
Based
Queues
handle
Prefix
Based
Queues
(
prefix
:
string
, handler
:
any
)
:
Promise
<
void
>
Parameters
prefix:
string
handler:
any
Returns
Promise
<
void
>
start
start
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
stop
stop
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
Evolutty
SQSRouter
constructor
client
client
Options
handler
instances
queue
Name
handle
Prefix
Based
Queues
start
stop