| Package | Description |
|---|---|
| org.mule.runtime.api.profiling |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
<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. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.