Documentation
Preparing search index...
@restatedev/restate-sdk-clients
Send
Type Alias Send<T>
A send response.
type
Send
<
T
=
unknown
>
=
{
attachable
:
boolean
;
invocationId
:
string
;
status
:
"Accepted"
|
"PreviouslyAccepted"
;
}
Type Parameters
T
=
unknown
the type of the response.
Index
Properties
attachable
invocation
Id
status
Properties
attachable
attachable
:
boolean
invocation
Id
invocationId
:
string
The invocation id of the send.
status
status
:
"Accepted"
|
"PreviouslyAccepted"
The status of the send.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachable
invocation
Id
status
Documentation
Loading...
A send response.