Interface MetadataPointProcessor

All Superinterfaces:
ComplexPointProcessor<MetadataPoint,MetadataQueryKey>, QueriedPointProcessor<MetadataPoint,MetadataQueryKey,ComplexPointType>
All Known Implementing Classes:
DefaultMetadataProcessor

public interface MetadataPointProcessor extends ComplexPointProcessor<MetadataPoint,MetadataQueryKey>
An interface for processing metadata points.

This interface extends ComplexPointProcessor to handle MetadataPoint objects associated with MetadataQueryKey. It defines the contract for processing metadata-specific data points in a query.