Restate Typescript SDK
Preparing search index...
@restatedev/restate-sdk-gen
clients
IngressHandlerClient
Type Alias IngressHandlerClient<H>
IngressHandlerClient
:
{
readonly
[
K
in
keyof
H
]
:
(
input
:
InferInput
<
H
[
K
]
>
,
opts
?:
clients
.
Opts
<
InferInput
<
H
[
K
]
>
,
InferOutput
<
H
[
K
]
>
>
,
)
=>
Promise
<
InferOutput
<
H
[
K
]
>
>
}
Typed ingress call 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 call client — each method returns Promise