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