Interface RawPointProcessor
- All Superinterfaces:
DataPointProcessor<AtomicPoint<?>,
,RawQueryKey> QueriedPointProcessor<AtomicPoint<?>,
RawQueryKey, DataPointType>
- All Known Implementing Classes:
HistorianRawQueryExecutor
public non-sealed interface RawPointProcessor
extends DataPointProcessor<AtomicPoint<?>,RawQueryKey>
A marker interface for processing raw data points.
This interface extends DataPointProcessor
to handle AtomicPoint
objects
associated with RawQueryKey
. It defines the contract for processing
raw time series data points in a query.
-
Method Summary
Methods inherited from interface com.inductiveautomation.historian.gateway.api.query.processor.QueriedPointProcessor
onComplete, onError, onError, onInitialize, onKeyFailure, onPointAvailable