Documentation
Preparing search index...
@restatedev/restate-sdk-clients
Opts
Class Opts<I, O>
Type Parameters
I
O
Index
Constructors
constructor
Properties
opts
Methods
from
Constructors
constructor
new
Opts
<
I
,
O
>
(
opts
:
IngressCallOptions
<
I
,
O
>
)
:
Opts
<
I
,
O
>
Type Parameters
I
O
Parameters
opts
:
IngressCallOptions
<
I
,
O
>
Returns
Opts
<
I
,
O
>
Properties
Readonly
opts
opts
:
IngressCallOptions
<
I
,
O
>
Methods
Static
from
from
<
I
=
unknown
,
O
=
unknown
>
(
opts
:
IngressCallOptions
<
I
,
O
>
)
:
Opts
<
I
,
O
>
Create a call configuration from the provided options.
Type Parameters
I
=
unknown
O
=
unknown
Parameters
opts
:
IngressCallOptions
<
I
,
O
>
the call configuration
Returns
Opts
<
I
,
O
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
opts
Methods
from
Documentation
Loading...
Create a call configuration from the provided options.