toggle menu
sdk-java
2.0.0
jvm
switch theme
search in API
sdk-common
/
dev.restate.sdk.endpoint.definition
/
HandlerContext
/
RunCompleter
Run
Completer
interface
RunCompleter
Members
Functions
propose
Failure
Link copied to clipboard
abstract
fun
proposeFailure
(
toWrite
:
Throwable
,
@
Nullable
retryPolicy
:
@
Nullable
RetryPolicy
)
propose
Success
Link copied to clipboard
abstract
fun
proposeSuccess
(
toWrite
:
Slice
)