public interface EventContext
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelationId()
The correlation ID is used to correlate messages between different flows and systems.
|
String |
getId()
Unique time-based id (UUID) for this
EventContext. |
ComponentLocation |
getOriginatingLocation() |
OffsetTime |
getReceivedTime() |
String getId()
EventContext.EventContextString getCorrelationId()
If the connector that receives the source message supports the concept of a correlation ID then the connector should create
an instance of EventContext using this value. If on the other hand, no correlation ID is received by the source
connector then a time-based UUID, also available via getId() is used.
OffsetTime getReceivedTime()
ComponentLocation getOriginatingLocation()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.