Class SynchronousConnectionOperationsFromReactiveConnectionOperations<T>

java.lang.Object
io.micronaut.data.connection.sync.SynchronousConnectionOperationsFromReactiveConnectionOperations<T>
Type Parameters:
T - The connection type
All Implemented Interfaces:
ConnectionOperations<T>

@Internal public final class SynchronousConnectionOperationsFromReactiveConnectionOperations<T> extends Object implements ConnectionOperations<T>
Implementation of the synchronous connection operations using a reactive connection operations.
Since:
4.0.0
Author:
Denis Stepanov