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.function
/
ThrowingRunnable
Throwing
Runnable
@
FunctionalInterface
interface
ThrowingRunnable
Like
Runnable
but can throw checked exceptions.
Members
Functions
run
Link copied to clipboard
abstract
fun
run
(
)
Run, potentially throwing an exception.