Class ReactiveRepositoryFactorySupport

java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware

public abstract class ReactiveRepositoryFactorySupport extends RepositoryFactorySupport
Base class for repository factories to use reactive support. Centralizes the validation of the classpath setup in case a repository uses reactive types.
Since:
2.0
Author:
Mark Paluch, Oliver Gierke, Johannes Englmeier