public class SpyProcessImpl extends Object implements SpyProcess, SpyProcessorContainer
| Constructor and Description |
|---|
SpyProcessImpl(List<org.mule.runtime.core.api.processor.Processor> processorsFrom) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
containsProcessors()
It validates if it contains processors
|
void |
spy(org.mule.runtime.core.api.Event event)
Executes code in the spying process
|
public SpyProcessImpl(List<org.mule.runtime.core.api.processor.Processor> processorsFrom)
public void spy(org.mule.runtime.core.api.Event event)
throws org.mule.runtime.api.exception.MuleException
SpyProcessspy in interface SpyProcessevent - The Eventorg.mule.runtime.api.exception.MuleException - In case of spy failurepublic Boolean containsProcessors()
SpyProcessorContainercontainsProcessors in interface SpyProcessorContainerCopyright © 2017. All Rights Reserved.