1.Meta上下文是平台传参的核心,千万别滥用,业务系统不得自行new Meta(),如已使用,请检查后去掉,优先改掉启动事件方法里的代码
2.当同步方法中需要meta时,应该通过BaseContextHandle.getMeta()来获取上下文信息;
3.当异步方法中需要meta时,应该调用rs.callAsync,不得自行创建线程
1.Meta上下文是平台传参的核心,千万别滥用,业务系统不得自行new Meta(),如已使用,请检查后去掉,优先改掉启动事件方法里的代码
2.当同步方法中需要meta时,应该通过BaseContextHandle.getMeta()来获取上下文信息;
3.当异步方法中需要meta时,应该调用rs.callAsync,不得自行创建线程
This version of the page was edited by lizhanbin at . View the most recent version.