SessionContextKeyRegistry

interface SessionContextKeyRegistry

Types

Empty
Link copied to clipboard
common
object Empty : SessionContextKeyRegistry

Functions

getKeyByQualifiedName
Link copied to clipboard
common
abstract fun getKeyByQualifiedName(keyQualifiedName: String): Session.Context.Key<*>?

Properties

allKeys
Link copied to clipboard
common
abstract val allKeys: List<Session.Context.Key<*>>

Inheritors

SessionContextKeyRegistry
Link copied to clipboard
DefaultSessionContextKeyRegistry
Link copied to clipboard