public class AdapterSpringSeataInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor, io.seata.integration.tx.api.interceptor.SeataInterceptor, org.springframework.core.Ordered
| Constructor and Description |
|---|
AdapterSpringSeataInterceptor(io.seata.integration.tx.api.interceptor.handler.ProxyInvocationHandler proxyInvocationHandler) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
io.seata.integration.tx.api.interceptor.SeataInterceptorPosition |
getPosition() |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
setOrder(int order) |
String |
toString() |
public AdapterSpringSeataInterceptor(io.seata.integration.tx.api.interceptor.handler.ProxyInvocationHandler proxyInvocationHandler)
@Nullable public Object invoke(@Nonnull org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic int getOrder()
getOrder in interface io.seata.integration.tx.api.interceptor.SeataInterceptorgetOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
setOrder in interface io.seata.integration.tx.api.interceptor.SeataInterceptorpublic io.seata.integration.tx.api.interceptor.SeataInterceptorPosition getPosition()
getPosition in interface io.seata.integration.tx.api.interceptor.SeataInterceptorCopyright © 2023 Seata. All rights reserved.