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> reactor.core.publisher.Flux<T>ReactiveMongoTemplate.createFlux(String collectionName, ReactiveCollectionCallback<T> callback) <T> reactor.core.publisher.Mono<T>ReactiveMongoTemplate.createMono(String collectionName, ReactiveCollectionCallback<T> callback) <T> reactor.core.publisher.Flux<T>ReactiveMongoOperations.execute(Class<?> entityClass, ReactiveCollectionCallback<T> action) Executes the givenReactiveCollectionCallbackon the entity collection of the specified class.<T> reactor.core.publisher.Flux<T>ReactiveMongoOperations.execute(String collectionName, ReactiveCollectionCallback<T> action) Executes the givenReactiveCollectionCallbackon the collection of the given name.<T> reactor.core.publisher.Flux<T>ReactiveMongoTemplate.execute(Class<?> entityClass, ReactiveCollectionCallback<T> action) <T> reactor.core.publisher.Flux<T>ReactiveMongoTemplate.execute(String collectionName, ReactiveCollectionCallback<T> callback)