Options

data class Options(val coroutineContext: CoroutineContext) : HandlerRunner.Options

dev.restate.sdk.kotlin.HandlerRunner options. You can override the default options to configure the CoroutineContext to run the handler.

Constructors

Link copied to clipboard
constructor(coroutineContext: CoroutineContext)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard