Class AsyncUsingReactiveConnectionOperations<C>

java.lang.Object
io.micronaut.data.connection.async.AsyncUsingReactiveConnectionOperations<C>
Type Parameters:
C - The connection type
All Implemented Interfaces:
AsyncConnectionOperations<C>

@Internal public final class AsyncUsingReactiveConnectionOperations<C> extends Object implements AsyncConnectionOperations<C>
Implementation of the asynchronous connection operations using a reactive connection operations.
Since:
4.0.0
Author:
Denis Stepanov