RuntimeConfig

interface RuntimeConfig

A specification of the Workflow Runtime.

Types

Companion
Link copied to clipboard
object Companion
FrameTimeout
Link copied to clipboard
data class FrameTimeout(frameTimeoutMs: Long) : RuntimeConfig

This version of the runtime will process as many actions as possible after one is received until frameTimeoutMs has passed, at which point it will render().

RenderPerAction
Link copied to clipboard
object RenderPerAction : RuntimeConfig

This is the baseline runtime which will process one action at a time, calling render() after each one.

Inheritors

RuntimeConfig
Link copied to clipboard
RuntimeConfig
Link copied to clipboard