← Back to Kairo Docs|API Reference (Dokka)

LifecycleHandler

A lifecycle handler manages Feature startup and shutdown at a specific priority.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun start(features: List<Feature>)

Does the work of starting each Feature.

Link copied to clipboard
suspend fun stop(features: List<Feature>)

Does the work of stopping each Feature.