public class CoverageProcessorInterceptor extends Object implements org.mule.runtime.api.interception.ProcessorInterceptor
It register the call of all the processors in the application.
| Constructor and Description |
|---|
CoverageProcessorInterceptor(LocationAccumulator locationAccumulator) |
| Modifier and Type | Method and Description |
|---|---|
void |
before(org.mule.runtime.api.component.location.ComponentLocation location,
Map<String,org.mule.runtime.api.interception.ProcessorParameterValue> parameters,
org.mule.runtime.api.interception.InterceptionEvent event) |
LocationAccumulator |
getLocationAccumulator() |
public CoverageProcessorInterceptor(LocationAccumulator locationAccumulator)
public void before(org.mule.runtime.api.component.location.ComponentLocation location,
Map<String,org.mule.runtime.api.interception.ProcessorParameterValue> parameters,
org.mule.runtime.api.interception.InterceptionEvent event)
before in interface org.mule.runtime.api.interception.ProcessorInterceptorpublic LocationAccumulator getLocationAccumulator()
Copyright © 2019. All rights reserved.