Interface CloseableConnectionFactory
- All Superinterfaces:
Closeable,ConnectionFactory
Union-interface combining
ConnectionFactory and Closeable for H2Connection.
Closing this ConnectionFactory invalidates all open H2Connections and connection creation is no longer possible.
-
Method Summary
Methods inherited from interface io.r2dbc.spi.ConnectionFactory
getMetadata
-
Method Details
-
close
-
create
Mono<H2Connection> create()- Specified by:
createin interfaceConnectionFactory
-