Interface ReactorCrudRepository<E,ID>

Type Parameters:
E - The entity type
ID - The ID type
All Superinterfaces:
GenericRepository<E,ID>, ReactiveStreamsCrudRepository<E,ID>, ReactorCrudRepository<E,ID>

@Deprecated public interface ReactorCrudRepository<E,ID> extends ReactorCrudRepository<E,ID>
Deprecated.
CRUD repository for Project Reactor.
See Also: