sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
common
/
dev.restate.common
/
InvocationOptions
Invocation
Options
open
class
InvocationOptions
Members
Types
Builder
Link copied to clipboard
class
Builder
Properties
DEFAULT
Link copied to clipboard
val
DEFAULT
:
InvocationOptions
idempotency
Key
Link copied to clipboard
@
Nullable
@get:
Nullable
val
idempotencyKey
:
@
Nullable
String
limit
Key
Link copied to clipboard
@
Nullable
@get:
ApiStatus.Experimental
@get:
Nullable
val
limitKey
:
@
Nullable
String
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
InvocationOptions.Builder
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Headers
Link copied to clipboard
@
Nullable
open
fun
getHeaders
(
)
:
@
Nullable
Map
<
String
,
String
>
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
header
Link copied to clipboard
open
fun
header
(
key
:
String
,
value
:
String
)
:
InvocationOptions.Builder
headers
Link copied to clipboard
open
fun
headers
(
newHeaders
:
Map
<
String
,
String
>
)
:
InvocationOptions.Builder
idempotency
Key
Link copied to clipboard
open
fun
idempotencyKey
(
idempotencyKey
:
String
)
:
InvocationOptions.Builder
limit
Key
Link copied to clipboard
@
ApiStatus.Experimental
open
fun
limitKey
(
limitKey
:
String
)
:
InvocationOptions.Builder
PREVIEW:
Create a builder with the given limit key.
to
Builder
Link copied to clipboard
open
fun
toBuilder
(
)
:
InvocationOptions.Builder
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String