mongoReactiveTemplate aggregation Query

Multi tool use
mongoReactiveTemplate aggregation Query
I am new to Reactive.My requirement is to find All records(streaming Data)from Mongo Database.but I need apply aggregation over findAll() method of reactivemongorepository.
mycode is here..
reactiveRepository.findAll().limitRate(2).delayElements(Duration.ofSeconds(2)).log()
please help
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.