Interface ReactiveAerospikeRepository<T,​ID>

All Superinterfaces:
ReactiveCrudRepository<T,​ID>, Repository<T,​ID>
All Known Implementing Classes:
SimpleReactiveAerospikeRepository

public interface ReactiveAerospikeRepository<T,​ID>
extends ReactiveCrudRepository<T,​ID>
Aerospike specific Repository interface with reactive support.
Author:
Igor Ermolenko