ResultT
- The type to which this iterable will decode documents.public class AggregateIterable<ResultT> extends MongoIterable<ResultT>
MongoCollection.aggregate(List)
operations.Constructor and Description |
---|
AggregateIterable(ThreadPoolExecutor threadPoolExecutor,
<any> osMongoCollection,
CodecRegistry codecRegistry,
Class<ResultT> resultClass,
List<? extends Bson> pipeline) |
public AggregateIterable(ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, Class<ResultT> resultClass, List<? extends Bson> pipeline)