Restate Typescript SDK
Preparing search index...
@restatedev/restate-sdk
ClientCallOptions
Type Alias ClientCallOptions<I, O>
type
ClientCallOptions
<
I
,
O
>
=
{
headers
?:
Record
<
string
,
string
>
;
idempotencyKey
?:
string
;
input
?:
Serde
<
I
>
;
name
?:
string
;
output
?:
Serde
<
O
>
;
}
Type Parameters
I
O
Index
Properties
headers?
idempotency
Key?
input?
name?
output?
Properties
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
idempotency
Key
idempotencyKey
?:
string
Optional
input
input
?:
Serde
<
I
>
Optional
name
name
?:
string
Observability name, recorded in the Restate journal.
Optional
output
output
?:
Serde
<
O
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
idempotency
Key
input
name
output
Restate Typescript SDK
Loading...
Observability name, recorded in the Restate journal.