Documentation
Preparing search index...
@restatedev/restate-sdk
ServiceHandler
Type Alias ServiceHandler<F, C>
ServiceHandler
:
F
extends
(
ctx
:
C
)
=>
Promise
<
any
>
?
F
:
F
extends
(
ctx
:
C
,
input
:
any
)
=>
Promise
<
any
>
?
F
:
(
ctx
:
C
,
input
?:
any
)
=>
Promise
<
any
>
Type Parameters
F
C
=
RestateContext
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...