Class DefaultMetadataProcessor

java.lang.Object
com.inductiveautomation.historian.gateway.api.query.processor.DefaultMetadataProcessor
All Implemented Interfaces:
ComplexPointProcessor<MetadataPoint,MetadataQueryKey>, MetadataPointProcessor, QueriedPointProcessor<MetadataPoint,MetadataQueryKey,ComplexPointType>

public class DefaultMetadataProcessor extends Object implements MetadataPointProcessor
Default implementation of the MetadataPointProcessor interface.

This class processes metadata points and manages their associated quality codes. It provides methods for initialization, handling metadata points, and managing errors during the processing lifecycle.