Uses of Class
io.quarkus.redis.datasource.search.AggregateDocument
-
Packages that use AggregateDocument Package Description io.quarkus.redis.datasource.search -
-
Uses of AggregateDocument in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return types with arguments of type AggregateDocument Modifier and Type Method Description List<AggregateDocument>AggregationResponse. documents()Constructor parameters in io.quarkus.redis.datasource.search with type arguments of type AggregateDocument Constructor Description AggregationResponse(long cursor, List<AggregateDocument> results)AggregationResponse(List<AggregateDocument> results)
-