ConfigTextStore

interface ConfigTextStore

Text-based config storage boundary used by core config implementations.

Design note

This is internal to core on purpose:

  • ktale-api stays minimal and platform-agnostic.

  • Platforms can swap the storage mechanism without altering plugin-facing contracts.

Inheritors

Functions

Link copied to clipboard
abstract fun read(id: String): String?
Link copied to clipboard
abstract fun write(id: String, text: String)