KlerkMeta

interface KlerkMeta

Properties

Link copied to clipboard
open val modelsCount: Int

The number of models currently in the system

Functions

Link copied to clipboard
abstract suspend fun start()

Brings the framework to a state where it can process new events and jobs.

Link copied to clipboard
abstract fun stop()

Shuts down the framework in an ordered manner. It is recommended to stop clients (Ktor, gRPC etc.) first.

Link copied to clipboard

Checks all models to see if any of them does not conform to the validation rules.