在Mulesoft流中检索Java组件名称

时间:2017-03-30 00:35:24

标签: java mule mule-component

在Java中是否有办法在Mulesoft流中获得自己的Java组件名称?

换句话说 - 我怎样才能获得" JavaComponentName"在其Java代码中?

enter image description here

1 个答案:

答案 0 :(得分:0)

我认为您正在寻找的方法是:

LocationExecutionContextProvider.resolveProcessorRepresentation(String appId,processorPath,element)

根据java文档:

 /**
     * Generates a representation of a flow element to be logged in a standard way.
     * 
     * @param appId
     * @param processorPath
     * @param element
     * @return
     */
    public static String resolveProcessorRepresentation(String appId, String processorPath, Object element)

尝试一下,让我们知道是否有效!干杯!