Uses of Interface
org.springframework.data.mongodb.core.ReactiveSessionScoped
Packages that use ReactiveSessionScoped
-
Uses of ReactiveSessionScoped in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core that return ReactiveSessionScopedModifier and TypeMethodDescriptionReactiveMongoOperations.withSession(com.mongodb.ClientSessionOptions sessionOptions) Obtain asessionbound instance ofSessionScopedbinding a newClientSessionwith given sessionOptions to each and every command issued against MongoDB.default ReactiveSessionScopedReactiveMongoOperations.withSession(Supplier<com.mongodb.reactivestreams.client.ClientSession> sessionProvider) Obtain asessionbound instance ofSessionScopedbinding theClientSessionprovided by the givenSupplierto each and every command issued against MongoDB.ReactiveMongoOperations.withSession(Publisher<com.mongodb.reactivestreams.client.ClientSession> sessionProvider) Obtain asessionbound instance ofReactiveSessionScopedbinding theClientSessionprovided by the givenPublisherto each and every command issued against MongoDB.ReactiveMongoTemplate.withSession(com.mongodb.ClientSessionOptions sessionOptions) ReactiveMongoTemplate.withSession(Publisher<com.mongodb.reactivestreams.client.ClientSession> sessionProvider)