Interface ComplexPointProcessor<P extends ComplexPoint<?>,K extends ComplexQueryKey<?>>
- Type Parameters:
P- The type of complex point being processed, which extendsComplexPoint.K- The type of complex query key used for identification, which extendsComplexQueryKey.
- All Superinterfaces:
QueriedPointProcessor<P,K, ComplexPointType>
- All Known Subinterfaces:
AnnotationPointProcessor,MetadataPointProcessor
- All Known Implementing Classes:
DefaultAnnotationProcessor,DefaultMetadataProcessor
public interface ComplexPointProcessor<P extends ComplexPoint<?>,K extends ComplexQueryKey<?>>
extends QueriedPointProcessor<P,K,ComplexPointType>
A marker interface for processing complex points in a query.
This interface extends QueriedPointProcessor to handle ComplexPoint objects
associated with ComplexQueryKey. It defines the contract for processing complex data
points with specific query keys and point types.
-
Method Summary
Methods inherited from interface com.inductiveautomation.historian.gateway.api.query.processor.QueriedPointProcessor
onComplete, onError, onError, onInitialize, onKeyFailure, onPointAvailable