| Package | Description |
|---|---|
| org.mule.runtime.api.profiling | |
| org.mule.runtime.api.profiling.type | |
| org.mule.runtime.api.profiling.type.context |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProfilingDataConsumer<T extends ProfilingEventContext>
A consumer of profiling data represented by a
ProfilingEventContext. |
interface |
ProfilingDataProducer<T extends ProfilingEventContext,S>
A producer of profiling data represented by a
ProfilingEventContext. |
| Modifier and Type | Method and Description |
|---|---|
<T extends ProfilingEventContext,S> |
ProfilingService.getProfilingDataProducer(ProfilingEventType<T> profilingEventType)
Returns a previously registered
ProfilingDataProducer that can be used to emit profiling events of a certain
ProfilingEventType. |
<T extends ProfilingEventContext,S> |
ProfilingService.getProfilingDataProducer(ProfilingEventType<T> profilingEventType,
ProfilingProducerScope producerScope)
Returns a previously registered
ProfilingDataProducer that can be used to emit profiling events of a certain
ProfilingEventType indicating the producer scope. |
<T extends ProfilingEventContext,S> |
ProfilingService.registerProfilingDataProducer(ProfilingEventType<T> profilingEventType,
ProfilingDataProducer<T,S> profilingDataProducer)
Registers a
ProfilingDataProducer that can be obtained to emit profiling events of a certain
ProfilingEventType. |
| Modifier and Type | Method and Description |
|---|---|
Set<ProfilingDataConsumer<? extends ProfilingEventContext>> |
ProfilingDataConsumerDiscoveryStrategy.discover()
Discovers the
ProfilingDataProducer's. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProfilingEventType<T extends ProfilingEventContext>
The profiling event type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentProcessingStrategyProfilingEventContext
ProfilingEventContext for processing strategy related ProfilingEventType's. |
interface |
ComponentProfilingEventContext
ProfilingEventContext for processing components related ProfilingEventType's. |
interface |
ComponentThreadingProfilingEventContext
ProfilingEventContext for component threading related ProfilingEventType's. |
interface |
ExtensionProfilingEventContext
A
ProfilingEventContext associated to extension profiling events. |
interface |
TransactionProfilingEventContext
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.