Interface AsyncCapableRepository

All Superinterfaces:
io.micronaut.context.ApplicationContextProvider, io.micronaut.core.convert.ConversionServiceProvider, HintsCapableRepository, RepositoryOperations
All Known Subinterfaces:
R2dbcRepositoryOperations
All Known Implementing Classes:
DefaultJdbcRepositoryOperations

public interface AsyncCapableRepository extends RepositoryOperations
A RepositoryOperations capable of supporting asynchronous access.
Since:
1.0.0
Author:
graemerocher