Interface ReactiveCollectionCallback<T>

Type Parameters:
T -

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

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