SessionContextStoragePlugin
class SessionContextStoragePlugin(storage: SessionContextStoragePlugin.Storage, payloadSerializerFactory: PayloadSerializer.Factory, sessionContextKeyRegistry: SessionContextKeyRegistry) : SessionNodeExtension.Plugin
Content copied to clipboard
Types
SerializedItem
Link copied to clipboard
class SerializedItem(keyQualifiedName: String, revision: Int, value: SerializedPayload)
Content copied to clipboard
Functions
onBindComplete
Link copied to clipboard
onContextChanged
Link copied to clipboard
open suspend override fun onContextChanged(session: Session, modifiedKeys: Set<Session.Context.Key<*>>)
Content copied to clipboard