Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用某种环绕建议来找出 AOP 拦截的方法的线程信息?例如,如果我的周围建议正在拦截登录方法,有没有办法通过 joinpointcut 等类获取实际运行登录方法的线程的信息?提前致谢。
利用:
Thread.currentThread();
静态方法java.lang.Thread.currentThread()返回对当前正在执行的线程对象的引用。
java.lang.Thread.currentThread()