public class MySQLConnectionCreateInterceptor extends Object implements AroundInterceptor
| Constructor and Description |
|---|
MySQLConnectionCreateInterceptor(TraceContext traceContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
after(Object target,
Object[] args,
Object result,
Throwable throwable) |
void |
before(Object target,
Object[] args) |
public MySQLConnectionCreateInterceptor(TraceContext traceContext)
public void after(Object target, Object[] args, Object result, Throwable throwable)
after in interface AroundInterceptorpublic void before(Object target, Object[] args)
before in interface AroundInterceptorCopyright © 2012–2023 Naver Corporation. All rights reserved.