| Package | Description |
|---|---|
| org.mule.runtime.api.interception |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<InterceptionEvent> |
ProcessorInterceptor.around(ComponentLocation location,
Map<String,ProcessorParameterValue> parameters,
InterceptionEvent event,
InterceptionAction action)
|
default void |
ProcessorInterceptor.before(ComponentLocation location,
Map<String,ProcessorParameterValue> parameters,
InterceptionEvent event)
This method is called before the intercepted component has run.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.