Search
Preparing search index...
The search index is not available
pinus
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
IPushScheduler
Interface IPushScheduler
Hierarchy
IPushScheduler
Implemented by
DirectPushScheduler
MultiPushScheduler
Index
Methods
schedule
start
stop
Methods
schedule
schedule
(
reqId
:
number
, route
:
string
, msg
:
any
, recvs
:
SID
[]
, opts
:
ScheduleOptions
, cb
:
function
)
:
void
调度发生时调用
Parameters
reqId:
number
route:
string
msg:
any
recvs:
SID
[]
opts:
ScheduleOptions
cb:
function
(
err
?:
Error
)
:
void
Parameters
Optional
err:
Error
Returns
void
Returns
void
start
start
(
)
:
Promise
<
void
>
Component lifecycle callback
Returns
Promise
<
void
>
stop
stop
(
)
:
Promise
<
void
>
Component lifecycle function
Returns
Promise
<
void
>
Globals
IPush
Scheduler
schedule
start
stop
调度发生时调用