Interface ReactiveCollectionCallback<T>

Type Parameters:
T -

public interface ReactiveCollectionCallback<T>
Since:
2.0
Author:
Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    org.reactivestreams.Publisher<T>
    doInCollection(com.mongodb.reactivestreams.client.MongoCollection<org.bson.Document> collection)
     
  • Method Details

    • doInCollection

      org.reactivestreams.Publisher<T> doInCollection(com.mongodb.reactivestreams.client.MongoCollection<org.bson.Document> collection) throws com.mongodb.MongoException, DataAccessException
      Throws:
      com.mongodb.MongoException
      DataAccessException