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 ofRepositoryOperations
that blocks every call fromReactorReactiveRepositoryOperations
.ExtendsRepositoryOperations
and adds the able for a datastore to expose reactive operations if they are supported.Reactive operations for reading data from a backing implementations.The alternative ofReactiveCapableRepository
that providesReactorReactiveRepositoryOperations
.The version ofReactiveRepositoryOperations
which exposes reactor publisher types.