Uses of Interface
org.springframework.data.mongodb.core.ReactiveCollectionCallback
Packages that use ReactiveCollectionCallback
-
Uses of ReactiveCollectionCallback in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core with parameters of type ReactiveCollectionCallbackModifier and TypeMethodDescription<T> Flux<T>ReactiveMongoTemplate.createFlux(String collectionName, ReactiveCollectionCallback<T> callback) <T> Mono<T>ReactiveMongoTemplate.createMono(String collectionName, ReactiveCollectionCallback<T> callback) <T> Flux<T>ReactiveMongoOperations.execute(Class<?> entityClass, ReactiveCollectionCallback<T> action) Executes the givenReactiveCollectionCallbackon the entity collection of the specified class.<T> Flux<T>ReactiveMongoOperations.execute(String collectionName, ReactiveCollectionCallback<T> action) Executes the givenReactiveCollectionCallbackon the collection of the given name.<T> Flux<T>ReactiveMongoTemplate.execute(Class<?> entityClass, ReactiveCollectionCallback<T> action) <T> Flux<T>ReactiveMongoTemplate.execute(String collectionName, ReactiveCollectionCallback<T> callback)