Interface AggregationResultTransformer<A extends io.camunda.search.aggregation.result.AggregationResultBase>

All Superinterfaces:
ServiceTransformer<Map<String,AggregationResult>,A>
All Known Implementing Classes:
ProcessDefinitionFlowNodeStatisticsAggregationResultTransformer, ProcessDefinitionLatestVersionAggregationResultTransformer, ProcessInstanceFlowNodeStatisticsAggregationResultTransformer, UsageMetricsAggregationResultTransformer, UsageMetricsTUAggregationResultTransformer

public interface AggregationResultTransformer<A extends io.camunda.search.aggregation.result.AggregationResultBase> extends ServiceTransformer<Map<String,AggregationResult>,A>