Uses of Interface
org.springframework.data.mongodb.core.ReactiveSessionCallback
Packages that use ReactiveSessionCallback
-
Uses of ReactiveSessionCallback in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core with parameters of type ReactiveSessionCallbackModifier and TypeMethodDescriptiondefault <T> reactor.core.publisher.Flux<T>ReactiveSessionScoped.execute(ReactiveSessionCallback<T> action) Executes the givenReactiveSessionCallbackwithin theClientSession.<T> reactor.core.publisher.Flux<T>ReactiveSessionScoped.execute(ReactiveSessionCallback<T> action, Consumer<com.mongodb.reactivestreams.client.ClientSession> doFinally) Executes the givenReactiveSessionCallbackwithin theClientSession.