@FunctionalInterface public interface ReactiveSessionFactory
ReactiveSession instances.
Spring provides a DefaultReactiveSessionFactory
implementation that just returns the same ReactiveSession instance. Implementations are free to return the
same session or route calls to different sessions. DefaultSessionFactory
2.0,
ReactiveSession,
DefaultReactiveSessionFactory,
ReactiveCqlTemplate| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ReactiveSession> |
getSession()
Return a
ReactiveSession to be used directly or inside a callback inside ReactiveCqlTemplate. |
reactor.core.publisher.Mono<ReactiveSession> getSession()
ReactiveSession to be used directly or inside a callback inside ReactiveCqlTemplate.ReactiveSession.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.