Package io.micronaut.data.operations.reactive
package io.micronaut.data.operations.reactive
Runtime support for reactive operations.
- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionImplementation of
RepositoryOperations
that blocks every call fromReactorReactiveRepositoryOperations
.Implementation ofCriteriaRepositoryOperations
that blocks every call fromReactorCriteriaCapableRepository
.Implementation ofRepositoryOperations
that blocks every call fromReactorReactiveRepositoryOperations
.ExtendsRepositoryOperations
and 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 ofReactiveCapableRepository
that providesReactorReactiveRepositoryOperations
.The version ofReactiveRepositoryOperations
which exposes reactor publisher types.