Restate Typescript SDK
Preparing search index...
@restatedev/restate-sdk-gen
clients
IngressSendHandlerClient
Type Alias IngressSendHandlerClient<H>
IngressSendHandlerClient
:
{
readonly
[
K
in
keyof
H
]
:
[
InferInput
<
H
[
K
]
>
]
extends
[
void
]
?
(
opts
?:
clients
.
SendOpts
<
void
>
)
=>
Promise
<
clients
.
Send
>
:
(
input
:
InferInput
<
H
[
K
]
>
,
opts
?:
clients
.
SendOpts
<
InferInput
<
H
[
K
]
>
>
,
)
=>
Promise
<
clients
.
Send
>
}
Typed ingress send client — each method returns Promise
Type Parameters
H
extends
Record
<
string
,
HandlerDescriptor
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Restate Typescript SDK
Loading...
Typed ingress send client — each method returns Promise