Class DefaultReactiveSessionFactory

java.lang.Object
org.springframework.data.cassandra.core.cql.session.DefaultReactiveSessionFactory
All Implemented Interfaces:
ReactiveSessionFactory

public class DefaultReactiveSessionFactory extends Object implements ReactiveSessionFactory
Default implementation of ReactiveSessionFactory.

This implementation returns always the same ReactiveSession.

Since:
2.0
Author:
Mark Paluch