Class ReactorToAsyncOperationsAdaptor

java.lang.Object
io.micronaut.data.runtime.operations.ReactorToAsyncOperationsAdaptor
All Implemented Interfaces:
AsyncRepositoryOperations

public final class ReactorToAsyncOperationsAdaptor extends Object implements AsyncRepositoryOperations
An implementation of AsyncRepositoryOperations that delegates to a reactive operation.
Since:
3.5.0
Author:
Denis Stepanov