WowRuntimeComponentOrder

Deterministic ordering for the built-in runtime components.

Every component is prepared before any component starts, so these values do not encode a dependency DAG. They define stable startup and reverse-cleanup order for diagnostics and failure handling.

Properties

Link copied to clipboard
const val COMMAND: Int = 100
Link copied to clipboard
const val EVENT: Int = 200
Link copied to clipboard
const val PROJECTION: Int = 300
Link copied to clipboard
const val SNAPSHOT: Int = 500
Link copied to clipboard
const val STATELESS_SAGA: Int = 400