Class MongoAggregation
java.lang.Object
io.micronaut.data.mongodb.operations.MongoAggregation
The MongoDB's aggregation command.
- Since:
- 3.3.0
- Author:
- Denis Stepanov
- 
Constructor SummaryConstructorsConstructorDescriptionMongoAggregation(@NonNull List<org.bson.conversions.Bson> pipeline, @Nullable MongoAggregationOptions options) The default constructor.
- 
Method SummaryModifier and TypeMethodDescription@Nullable MongoAggregationOptions@NonNull List<org.bson.conversions.Bson>
- 
Constructor Details- 
MongoAggregationpublic MongoAggregation(@NonNull @NonNull List<org.bson.conversions.Bson> pipeline, @Nullable @Nullable MongoAggregationOptions options) The default constructor.- Parameters:
- pipeline- The pipeline
- options- The options
 
 
- 
- 
Method Details- 
getPipeline
- 
getOptions
 
-