Documentation
Preparing search index...
@restatedev/restate-sdk
RunAction
Type Alias RunAction<T>
RunAction
:
(
()
=>
Promise
<
T
>
)
|
(
()
=>
T
)
A function that can be run and its result durably persisted by Restate.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
A function that can be run and its result durably persisted by Restate.