public interface CloseableConnectionFactory extends ConnectionFactory, Closeable
ConnectionFactory and Closeable for H2Connection.
Closing this ConnectionFactory invalidates all open H2Connections and connection creation is no longer possible.
| Modifier and Type | Method and Description |
|---|---|
Mono<Void> |
close() |
Mono<H2Connection> |
create() |
getMetadataMono<H2Connection> create()
create in interface ConnectionFactoryCopyright © 2022. All rights reserved.