SessionContextStoragePlugin

class SessionContextStoragePlugin(storage: SessionContextStoragePlugin.Storage, payloadSerializerFactory: PayloadSerializer.Factory, sessionContextKeyRegistry: SessionContextKeyRegistry) : SessionNodeExtension.Plugin

Types

SerializedItem
Link copied to clipboard
common
class SerializedItem(keyQualifiedName: String, revision: Int, value: SerializedPayload)
Storage
Link copied to clipboard
common
interface Storage

Functions

onBindComplete
Link copied to clipboard
common
open suspend override fun onBindComplete(session: Session)
onContextChanged
Link copied to clipboard
common
open suspend override fun onContextChanged(session: Session, modifiedKeys: Set<Session.Context.Key<*>>)