CollectionState

constructor(kv: StartupKV, name: String, version: String? = null, serializer: KSerializer<C>, stateFactory: (C) -> RC, defaultFactory: () -> C)