public class MunitProcessorInterceptor extends Object implements org.mule.runtime.api.interception.ProcessorInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ENABLE_INCONSISTENT_MOCKING_PROPERTY |
| 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() |
protected static final String ENABLE_INCONSISTENT_MOCKING_PROPERTY
protected DefaultBehaviorManager getManager()
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 © 2020. All rights reserved.