public class SpyProcessContainer extends Object implements org.mule.runtime.core.api.processor.Processor, SpyProcessorContainer
Container that has all the SpyProcess to process the Event
| Constructor and Description |
|---|
SpyProcessContainer(List<SpyProcess> spyProcesses) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
containsProcessors()
It validates if it contains processors
|
org.mule.runtime.core.api.InternalEvent |
process(org.mule.runtime.core.api.InternalEvent event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SpyProcessContainer(List<SpyProcess> spyProcesses)
public org.mule.runtime.core.api.InternalEvent process(org.mule.runtime.core.api.InternalEvent event)
throws org.mule.runtime.api.exception.MuleException
process in interface org.mule.runtime.core.api.processor.Processororg.mule.runtime.api.exception.MuleExceptionpublic Boolean containsProcessors()
SpyProcessorContainercontainsProcessors in interface SpyProcessorContainerCopyright © 2017. All rights reserved.