public class SpyProcessImpl extends Object implements SpyProcess, SpyProcessorContainer
| Constructor and Description |
|---|
SpyProcessImpl(org.mule.runtime.core.api.processor.MessageProcessorChain processorsFrom) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
containsProcessors()
It validates if it contains processors
|
void |
spy(org.mule.runtime.api.event.Event event)
Executes code in the spying process
|
public SpyProcessImpl(org.mule.runtime.core.api.processor.MessageProcessorChain processorsFrom)
public void spy(org.mule.runtime.api.event.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.