public class DefaultProcessorsTrace extends Object implements ProcessorsTrace
Constructor and Description |
---|
DefaultProcessorsTrace() |
Modifier and Type | Method and Description |
---|---|
void |
addExecutedProcessors(String processorPath)
Adds a message processor path to the list of processors that were executed as part of the processing of this
event.
|
List<String> |
getExecutedProcessors() |
public void addExecutedProcessors(String processorPath)
processorPath
- the path to mask as executed.public List<String> getExecutedProcessors()
getExecutedProcessors
in interface ProcessorsTrace
DefaultMuleConfiguration.isFlowTrace()
is true
. Empty list
otherwise.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.