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 |
|---|---|
CompletableFuture<org.mule.runtime.api.interception.InterceptionEvent> |
around(org.mule.runtime.api.component.location.ComponentLocation location,
Map<String,org.mule.runtime.api.interception.ProcessorParameterValue> parameters,
org.mule.runtime.api.interception.InterceptionEvent event,
org.mule.runtime.api.interception.InterceptionAction action) |
LocationAccumulator |
getLocationAccumulator() |
public CoverageProcessorInterceptor(LocationAccumulator locationAccumulator)
public CompletableFuture<org.mule.runtime.api.interception.InterceptionEvent> around(org.mule.runtime.api.component.location.ComponentLocation location, Map<String,org.mule.runtime.api.interception.ProcessorParameterValue> parameters, org.mule.runtime.api.interception.InterceptionEvent event, org.mule.runtime.api.interception.InterceptionAction action)
around in interface org.mule.runtime.api.interception.ProcessorInterceptorpublic LocationAccumulator getLocationAccumulator()
Copyright © 2017. All rights reserved.