public class MunitProcessorInterceptor extends Object implements org.mule.runtime.api.interception.ProcessorInterceptor
| Constructor and Description |
|---|
MunitProcessorInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(org.mule.runtime.api.component.location.ComponentLocation location,
org.mule.runtime.api.interception.InterceptionEvent event,
Optional<Throwable> thrown) |
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) |
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) |
protected DefaultBehaviorManager |
getManager() |
void |
setErrorTypeRepository(org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository) |
void |
setManager(org.mule.munit.common.behavior.BehaviorManager manager) |
public void setManager(org.mule.munit.common.behavior.BehaviorManager manager)
protected DefaultBehaviorManager getManager()
public void setErrorTypeRepository(org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository)
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 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.ProcessorInterceptorCopyright © 2018. All rights reserved.