toggle menu
sdk-java
2.5.0
jvm
switch theme
search in API
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
Functions
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
to
Builder
Link copied to clipboard
open
fun
toBuilder
(
)
:
InvocationOptions.Builder
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String