标签: mule connector
我是m子的新手。我正在开发一个自定义连接器。 我想在我的java类中获取属性值。
在3.x版本中,我们有选项inboundproperties。
inboundproperties
String httpmethod = event.getMessage().getInboundProperty("http.method")
如何在m子4中实现这一目标?
谢谢。