@NoImplement @Experimental public interface TransactionProfilingEventContext extends ProfilingEventContext
ProfilingEventContext for TransactionProfilingEventType. Contains relevant data about the transaction.| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.component.location.ComponentLocation |
getEventOrginatingLocation() |
String |
getTransactionOriginatingLocation() |
org.mule.runtime.api.tx.TransactionType |
getType() |
getTriggerTimestamporg.mule.runtime.api.tx.TransactionType getType()
TransactionType of this transaction.String getTransactionOriginatingLocation()
org.mule.runtime.api.component.location.ComponentLocation getEventOrginatingLocation()
RuntimeProfilingEventTypes.TX_START this will be
the same as the originating location.Copyright © 2024 MuleSoft, Inc.. All rights reserved.