@Order(value=600) public class ChainOnControllerAop extends Object
ChainOnControllerAop()
void
cutService()
Object
sessionKit(org.aspectj.lang.ProceedingJoinPoint point)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ChainOnControllerAop()
public void cutService()
public Object sessionKit(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
主要业务逻辑如下: 1. 获取traceId,spanId, parentSpanId(header中)(没有就是没走网关) 2. 推送调用链日志,推送接收到网关的请求,响应网关成功或失败的请求
Throwable
Copyright © 2019. All rights reserved.