sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
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
)