Get mongodb documents with certain fields(projections) using Spring-Integration (annotations only)
I am trying to get all documents from a mongodb collection which were modfied in last 5 minutes with certain fields only (say field1, field2, field3 and so on). How to write a LiteralExpression to get …