Class SimpleReactiveAerospikeRepository<T,​ID>

java.lang.Object
org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository<T,​ID>
All Implemented Interfaces:
ReactiveAerospikeRepository<T,​ID>, ReactiveCrudRepository<T,​ID>, Repository<T,​ID>

public class SimpleReactiveAerospikeRepository<T,​ID>
extends Object
implements ReactiveAerospikeRepository<T,​ID>
Stub implementation of ReactiveAerospikeRepository.
Author:
Igor Ermolenko