Class ObservableReactiveSessionFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<ReactiveSession>
org.springframework.data.cassandra.observability.ObservableReactiveSessionFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<ReactiveSession>, InitializingBean

public class ObservableReactiveSessionFactoryBean extends AbstractFactoryBean<ReactiveSession>
Factory bean to construct a ReactiveSession integrated with given ObservationRegistry. The required CqlSession must be associated with ObservationRequestTracker.INSTANCE to ensure proper integration with all observability components. You can use ObservableCqlSessionFactoryBean to obtain a properly configured CqlSession.
Since:
4.0
Author:
Mark Paluch
See Also: