public class DefaultDbConnectionReleaser extends Object implements DbConnectionReleaser
| Constructor and Description |
|---|
DefaultDbConnectionReleaser(DbConnectionFactory dbConnectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
release(DbConnection connection)
Releases a given connection
|
public DefaultDbConnectionReleaser(DbConnectionFactory dbConnectionFactory)
public void release(DbConnection connection)
DbConnectionReleaserrelease in interface DbConnectionReleaserconnection - connection to releaseCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.