| Package | Description |
|---|---|
| org.mule.runtime.api.event | |
| org.mule.runtime.api.interception | |
| org.mule.runtime.api.notification |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
Event.getContext() |
| Modifier and Type | Method and Description |
|---|---|
default void |
SourceInterceptor.afterTerminated(ComponentLocation location,
EventContext rootEventContext)
This method is called when the root
EventContext is terminated (all the event contexts of that event are completed)
regardless of whether the events finished successfully, on error, or a combination of both. |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
MessageProcessorNotification.getEventContext() |
| Constructor and Description |
|---|
MessageProcessorNotification(EnrichedNotificationInfo notificationInfo,
ComponentLocation componentLocation,
EventContext eventContext,
int action) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.