Documentation
Preparing search index...
@restatedev/restate-sdk-clients
SendOpts
Class SendOpts<I>
Type Parameters
I
=
unknown
Index
Constructors
constructor
Properties
opts
Methods
delay
from
Constructors
constructor
new
SendOpts
<
I
=
unknown
>
(
opts
:
IngressSendOptions
<
I
>
)
:
SendOpts
<
I
>
Type Parameters
I
=
unknown
Parameters
opts
:
IngressSendOptions
<
I
>
Returns
SendOpts
<
I
>
Properties
Readonly
opts
opts
:
IngressSendOptions
<
I
>
Methods
delay
delay
()
:
undefined
|
number
Returns
undefined
|
number
Static
from
from
<
I
=
unknown
>
(
opts
:
IngressSendOptions
<
I
>
)
:
SendOpts
<
I
>
Type Parameters
I
=
unknown
Parameters
opts
:
IngressSendOptions
<
I
>
Create send options
Returns
SendOpts
<
I
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
opts
Methods
delay
from
Documentation
Loading...
Create send options