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