在 mule 中使用 catch-exception-strategy 时,我可以使用 MEL 访问异常#[exception]
,但这不适用于 default-exception-strategy。相反,我必须使用#[payload.getException()]
. 这是正确的行为吗?这是为什么?
问问题
77 次
在 mule 中使用 catch-exception-strategy 时,我可以使用 MEL 访问异常#[exception]
,但这不适用于 default-exception-strategy。相反,我必须使用#[payload.getException()]
. 这是正确的行为吗?这是为什么?