Package io.micronaut.data.runtime.operations
Backend support classes used at runtime.
-
Class Summary Class Description AsyncFromReactiveAsyncRepositoryOperation An implementation ofAsyncRepositoryOperations
that delegates to a reactive operation.ExecutorAsyncOperations An implementation ofAsyncRepositoryOperations
that delegates to a blocking operations and specifiedExecutor
.ExecutorReactiveOperations An implementation ofReactiveRepositoryOperations
that delegates to a blocking operations and specifiedExecutor
.ReactorToAsyncOperationsAdaptor An implementation ofAsyncRepositoryOperations
that delegates to a reactive operation.