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
/
Builder
/
idempotencyKey
idempotency
Key
open
fun
idempotencyKey
(
idempotencyKey
:
String
)
:
InvocationOptions.Builder
Return
this instance, so the builder can be used fluently.
Parameters
idempotency
Key
Idempotency key to attach in the request.
@
Nullable
@get:
Nullable
open
var
idempotencyKey
:
@
Nullable
String