Search
Preparing search index...
The search index is not available
ASK SDK for Node.js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
GenericHandlerAdapter
Class GenericHandlerAdapter<Input, Output>
Generic implementation of
that supports the {@link RequestHandler
}}
Type parameters
Input
Output
Hierarchy
GenericHandlerAdapter
Implements
HandlerAdapter
<
Input
,
Output
>
Index
Methods
execute
supports
Methods
execute
execute
(
input
:
Input
, handler
:
any
)
:
Promise
<
Output
>
Parameters
input:
Input
handler:
any
Returns
Promise
<
Output
>
supports
supports
(
handler
:
any
)
:
boolean
Parameters
handler:
any
Returns
boolean
Globals
Generic
Handler
Adapter
execute
supports
Generic implementation of that supports the {@link RequestHandler}}