@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.
2.0,
ReactiveSession,
DefaultReactiveSessionFactory,
ReactiveCqlTemplate| Modifier and Type | Method and Description |
|---|---|
ReactiveSession |
getSession()
Return a
ReactiveSession to be used directly or inside a callback inside ReactiveCqlTemplate. |
ReactiveSession getSession()
ReactiveSession to be used directly or inside a callback inside ReactiveCqlTemplate.ReactiveSession.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.