toggle menu
sdk-java
2.0.0
jvm
switch theme
search in API
sdk-core
/
dev.restate.sdk.core.statemachine
/
StateMachine
/
send
send
abstract
fun
send
(
target
:
Target
,
payload
:
Slice
,
@
Nullable
idempotencyKey
:
@
Nullable
String
,
@
Nullable
headers
:
@
Nullable
Collection
<
Map.Entry
<
String
,
String
>
>
,
@
Nullable
delay
:
@
Nullable
Duration
)
:
Int