You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be nice to have a fluent alternative like
reactiveTemplate.listenToChanges() // entry point
.in("person") // Optional Collection as String or Class
.as(Jedi.class) // Optional domain type for mapping
.where(newAggregation(match(where("operationType").is("insert"))) // optional filter query
.resumeAt() // optional resume token or timestamp
.stream(); // get the flux
Christoph Strobl opened DATAMONGO-2089 and commented
instead of
it would be nice to have a fluent alternative like
Referenced from: pull request #751
The text was updated successfully, but these errors were encountered: