Interface ReactiveDatabaseCallback<T>
- Type Parameters:
T
-
public interface ReactiveDatabaseCallback<T>
- Since:
- 2.0
- Author:
- Mark Paluch
-
Method Summary
-
Method Details
-
doInDB
org.reactivestreams.Publisher<T> doInDB(com.mongodb.reactivestreams.client.MongoDatabase db) throws com.mongodb.MongoException, DataAccessException - Throws:
com.mongodb.MongoException
DataAccessException
-