Preparing search index...
The search index is not available
@zoom/rivet
@zoom/rivet
Accounts
Receiver
Interface Receiver
interface
Receiver
{
canInstall
()
:
boolean
;
init
(
options
:
ReceiverInitOptions
)
:
void
;
start
(
...
args
:
any
[]
)
:
unknown
;
stop
(
...
args
:
any
[]
)
:
unknown
;
}
Implemented by
AwsLambdaReceiver
HttpReceiver
Index
Methods
can
Install
init
start
stop
Methods
can
Install
canInstall
()
:
boolean
Returns
boolean
init
init
(
options
:
ReceiverInitOptions
)
:
void
Parameters
options
:
ReceiverInitOptions
Returns
void
start
start
(
...
args
:
any
[]
)
:
unknown
Parameters
...
args
:
any
[]
Returns
unknown
stop
stop
(
...
args
:
any
[]
)
:
unknown
Parameters
...
args
:
any
[]
Returns
unknown
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
can
Install
init
start
stop
@zoom/rivet
Loading...