| Package | Description |
|---|---|
| org.mule.runtime.api.profiling.type |
| Modifier and Type | Field and Description |
|---|---|
static ProfilingEventType<TransactionProfilingEventContext> |
RuntimeProfilingEventTypes.TX_COMMIT
A
ProfilingEventType that indicates that the transaction is being committed. |
static ProfilingEventType<TransactionProfilingEventContext> |
RuntimeProfilingEventTypes.TX_CONTINUE
A
ProfilingEventType that indicates that an already started transaction has passed by a component that could have
changed its state (beginning a transaction, commiting or rollling back) but it didn't, given the current configuration (e.g. |
static ProfilingEventType<TransactionProfilingEventContext> |
RuntimeProfilingEventTypes.TX_ROLLBACK
A
ProfilingEventType that indicates that the transaction is being rolled back. |
static ProfilingEventType<TransactionProfilingEventContext> |
RuntimeProfilingEventTypes.TX_START
A
ProfilingEventType that indicates that a transaction is being started. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.