Interface AggregatedPointProcessor

All Superinterfaces:
DataPointProcessor<AggregatedPoint<?,?>,AggregatedQueryKey>, QueriedPointProcessor<AggregatedPoint<?,?>,AggregatedQueryKey,DataPointType>

public non-sealed interface AggregatedPointProcessor extends DataPointProcessor<AggregatedPoint<?,?>,AggregatedQueryKey>
A marker interface for processing aggregated data points.

This interface extends DataPointProcessor to handle AggregatedPoint objects associated with AggregatedQueryKey. It is marked as non-sealed, allowing other implementations to extend it.