morphia
morphia copied to clipboard
Add support for watch() on a collection
This will likely be done as a method on Aggregation given its use of optional pipelines.
@evanchooly Does watch() listen to the updates of a collection (like a mongo listener) ? And also can you expand on your comment ?
This will expose MongoCollection#watch(java.util.List<? extends org.bson.conversions.Bson>), et al, via Morphia-friendly APIs.