WriteMetadata

sealed interface WriteMetadata

Additional data associated with a log. It's important that Log calls do NOT hold onto references to WriteMetadata arguments after the lambda returns.

Inheritors

Functions

Link copied to clipboard
abstract operator fun <T : Any> set(key: Key<T>, value: T)