Restate Typescript SDK
Preparing search index...
@restatedev/restate-sdk-gen
GenSendClient
Type Alias GenSendClient<H>
GenSendClient
:
{
readonly
[
K
in
keyof
H
]
:
H
[
K
]
extends
HandlerDescriptor
<
infer
I
,
infer
O
,
>
?
[
I
]
extends
[
void
]
?
(
opts
?:
SendOpts
<
I
>
)
=>
Future
<
InvocationReference
<
O
>
>
:
(
input
:
I
,
opts
?:
SendOpts
<
I
>
)
=>
Future
<
InvocationReference
<
O
>
>
:
never
}
Client type returned by sendClient() — each method returns Future<InvocationReference
>
Type Parameters
H
extends
Record
<
string
,
HandlerDescriptor
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Restate Typescript SDK
Loading...
Client type returned by sendClient() — each method returns Future<InvocationReference>