I have collection called "Person",after applying reactive find() on this collection ,it return the FindPublisher. How to iterate over this collections and get a list of a names .Here name is "column name". Person collection structure :
{ "name":"John", "age": 18 }