| Package | Description |
|---|---|
| org.mule.runtime.api.event | |
| org.mule.runtime.api.interception | |
| org.mule.runtime.api.meta |
| Modifier and Type | Method and Description |
|---|---|
ComponentLocation |
EventContext.getOriginatingLocation() |
| Modifier and Type | Method and Description |
|---|---|
default void |
ProcessorInterceptor.after(ComponentLocation location,
InterceptionEvent event,
Optional<Throwable> thrown)
This method is called after the intercepted component has run.
|
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.
|
default boolean |
ProcessorInterceptorFactory.intercept(ComponentLocation location)
Determines if a
ProcessorInterceptor shall be created by this factory to be applied to a component based on some of
its attributes. |
| Modifier and Type | Method and Description |
|---|---|
ComponentLocation |
AnnotatedObject.getLocation() |
ComponentLocation |
AbstractAnnotatedObject.getLocation() |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.