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.
-
Method Summary
Methods inherited from interface com.inductiveautomation.historian.gateway.api.query.processor.QueriedPointProcessor
onComplete, onError, onError, onInitialize, onKeyFailure, onPointAvailable