Interface ReactiveDatabaseCallback<T>

Type Parameters:
T -

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

    Modifier and Type
    Method
    Description
    org.reactivestreams.Publisher<T>
    doInDB(com.mongodb.reactivestreams.client.MongoDatabase db)
     
  • Method Details

    • doInDB

      org.reactivestreams.Publisher<T> doInDB(com.mongodb.reactivestreams.client.MongoDatabase db) throws com.mongodb.MongoException, DataAccessException
      Throws:
      com.mongodb.MongoException
      DataAccessException