Package io.micronaut.data.operations.reactive
package io.micronaut.data.operations.reactive
Runtime support for reactive operations.
- Since:
 - 1.0.0
 - Author:
 - graemerocher
 
- 
InterfacesClassDescriptionImplementation of
RepositoryOperationsthat blocks every call fromReactorReactiveRepositoryOperations.Implementation ofCriteriaRepositoryOperationsthat blocks every call fromReactorCriteriaCapableRepository.Implementation ofRepositoryOperationsthat blocks every call fromReactorReactiveRepositoryOperations.ExtendsRepositoryOperationsand adds the able for a datastore to expose reactive operations if they are supported.The operations capable of supporting reactive access.The repository operations that support executing criteria queries.Reactive operations for reading data from a backing implementations.The operations capable of supporting reactive access.The repository operations that support executing criteria queries.The alternative ofReactiveCapableRepositorythat providesReactorReactiveRepositoryOperations.The version ofReactiveRepositoryOperationswhich exposes reactor publisher types.