我有返回頻道名稱的路由器(如預期):public String route(Message<CustomEntity> msg) { ... return "toAdd"; ... return "toUpd"; ...}是否可以向路由器中的消息添加新標頭? 查看完整描述