Interface IQuery<ResultT>
- Type Parameters:
ResultT- Type of the query result
- All Superinterfaces:
IExtendedPluginValue,Serializable
- All Known Subinterfaces:
IContextualQuery<R>,IDrillthroughHeadersQuery,IDrillthroughQuery,IExpandLocationsQuery,IGetAggregatesQuery,IListQuery<T>,IMapDrillthroughQuery,IMapGetAggregatesQuery,IMapQuery<T>,IMDXDrillthroughHeadersQuery,IMDXDrillthroughQuery,IMDXQuery,IMissingLocationsQuery,IMultiGetAggregatesNotificationQuery,IStringQuery<R>
- All Known Implementing Classes:
ActivePivotSyncActionQuery,AListQuery,DrillthroughHeadersQuery,DrillthroughQuery,ExpandLocationsQuery,GetAggregatesQuery,MapDrillthroughQuery,MapGetAggregatesQuery,MDXDrillthroughHeadersQuery,MDXDrillthroughQuery,MDXQuery,MissingLocationsQuery,MultiGetAggregatesNotificationQuery,SentinelMdxQuery,StreamEventProcessingQuery
Generic query to retrieve single or multiple objects.
- Author:
- ActiveViam
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidcollectAdditionalSpanAttributes(BiConsumer<String, String> consumer) Collects custom span attributes.Methods inherited from interface com.activeviam.tech.core.api.registry.IExtendedPluginValue
getType
-
Method Details
-
collectAdditionalSpanAttributes
Collects custom span attributes.- Parameters:
consumer- attribute consumer accepting key-value pairs. This consumer can be called multiple times.
-