public class TransactionStackEntry extends Object
Transaction from MessageHistory.
Represents the EventModel at the specified ComponentLocation.| Constructor and Description |
|---|
TransactionStackEntry() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.tooling.event.model.component.location.ComponentLocation |
getComponentLocation() |
org.mule.tooling.event.model.EventModel |
getData() |
long |
getTimestamp() |
void |
setComponentLocation(org.mule.tooling.event.model.component.location.ComponentLocation componentLocation) |
void |
setEventModel(org.mule.tooling.event.model.EventModel data) |
void |
setTimestamp(long timestamp) |
public void setEventModel(org.mule.tooling.event.model.EventModel data)
public long getTimestamp()
public void setTimestamp(long timestamp)
public org.mule.tooling.event.model.EventModel getData()
public org.mule.tooling.event.model.component.location.ComponentLocation getComponentLocation()
public void setComponentLocation(org.mule.tooling.event.model.component.location.ComponentLocation componentLocation)
Copyright © 2018 MuleSoft, Inc.. All rights reserved.