public class MicrometerConnectionProxy extends com.atomikos.util.DynamicProxySupport<Connection>
| Modifier | Constructor and Description |
|---|---|
protected |
MicrometerConnectionProxy(Connection delegate,
io.micrometer.core.instrument.Timer timer,
io.micrometer.core.instrument.Timer.Sample sample) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Class |
getRequiredInterfaceType() |
protected void |
handleInvocationException(Throwable e) |
protected void |
throwInvocationAfterClose(String method) |
protected MicrometerConnectionProxy(Connection delegate, io.micrometer.core.instrument.Timer timer, io.micrometer.core.instrument.Timer.Sample sample)
public void close()
throws SQLException
SQLExceptionprotected void handleInvocationException(Throwable e) throws Throwable
handleInvocationException in class com.atomikos.util.DynamicProxySupport<Connection>Throwableprotected void throwInvocationAfterClose(String method) throws Exception
throwInvocationAfterClose in class com.atomikos.util.DynamicProxySupport<Connection>Exceptionprotected Class getRequiredInterfaceType()
getRequiredInterfaceType in class com.atomikos.util.DynamicProxySupport<Connection>Copyright © 2026. All rights reserved.