| Package | Description |
|---|---|
| org.mule.runtime.api.profiling.type |
| Modifier and Type | Field and Description |
|---|---|
static ProfilingEventType<ComponentProcessingStrategyProfilingEventContext> |
RuntimeProfilingEventTypes.FLOW_EXECUTED
A
ProfilingEventType that indicates that the flow has finished its execution. |
static ProfilingEventType<ComponentProcessingStrategyProfilingEventContext> |
RuntimeProfilingEventTypes.PS_FLOW_MESSAGE_PASSING
A
ProfilingEventType that indicates that the processing strategy has executed the message passing and is handling the
control back to the flow. |
static ProfilingEventType<ComponentProcessingStrategyProfilingEventContext> |
RuntimeProfilingEventTypes.PS_OPERATION_EXECUTED
A
ProfilingEventType that indicates that an operation has finished its execution, and the processing strategy must
resolve the message passing of the resultant runtime event to the flow which may involve a thread switch. |
static ProfilingEventType<ComponentProcessingStrategyProfilingEventContext> |
RuntimeProfilingEventTypes.PS_SCHEDULING_FLOW_EXECUTION
A
ProfilingEventType that indicates that a runtime event reached the processing strategy that orchestrates a flow's
execution. |
static ProfilingEventType<ComponentProcessingStrategyProfilingEventContext> |
RuntimeProfilingEventTypes.PS_SCHEDULING_OPERATION_EXECUTION
A
ProfilingEventType that indicates that a runtime event has reached the processing strategy that orchestrates an
operation's execution. |
static ProfilingEventType<ComponentProcessingStrategyProfilingEventContext> |
RuntimeProfilingEventTypes.PS_STARTING_OPERATION_EXECUTION
A
ProfilingEventType that indicates that an operation is about to begin its execution. |
static ProfilingEventType<ComponentProcessingStrategyProfilingEventContext> |
RuntimeProfilingEventTypes.STARTING_FLOW_EXECUTION
A
ProfilingEventType that indicates that the flow is about to begin its execution. |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.