| Package | Description |
|---|---|
| org.mule.runtime.core.api | |
| org.mule.runtime.core.api.context.notification | |
| org.mule.runtime.core.message |
| Modifier and Type | Method and Description |
|---|---|
GroupCorrelation |
Event.getGroupCorrelation()
Returns the correlation metadata of this message.
|
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.groupCorrelation(GroupCorrelation groupCorrelation)
Sets the group correlation information to the produced event.
|
| Modifier and Type | Method and Description |
|---|---|
GroupCorrelation |
EnrichedServerNotification.getGroupCorrelation() |
GroupCorrelation |
EnrichedNotificationInfo.getGroupCorrelation() |
| Constructor and Description |
|---|
EnrichedNotificationInfo(String uniqueId,
String correlationId,
GroupCorrelation groupCorrelation,
org.mule.runtime.api.message.Message message,
Optional<org.mule.runtime.api.message.Error> error,
Object component,
Exception exception,
Map<String,org.mule.runtime.api.metadata.TypedValue> variables,
String originatingFlowName,
FlowCallStack flowCallStack) |
| Modifier and Type | Field and Description |
|---|---|
static GroupCorrelation |
GroupCorrelation.NO_CORRELATION |
| Modifier and Type | Method and Description |
|---|---|
GroupCorrelation |
DefaultEventBuilder.EventImplementation.getGroupCorrelation() |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
DefaultEventBuilder.groupCorrelation(GroupCorrelation correlation) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.