Expand description
Read/construct integration for stream metadata.
The kernel defines the class, object, and read-constructor contracts
(Class, Object, ReadConstructor); this module supplies the concrete
stream/Metadata class so stream metadata can be parsed and constructed
through the kernel read pipeline. StreamMetadataValue is the constructed
object, stream_metadata_class_symbol names the class, and
install_stream_core_classes registers it in a context’s class registry.
Structs§
- Stream
Metadata Value - Runtime object wrapping
StreamMetadataas a constructedstream/Metadatavalue.
Functions§
- install_
stream_ core_ classes - Registers the stream-core classes in a context’s registry.
- stream_
metadata_ class_ symbol - Returns the qualified
stream/Metadataclass symbol.