@Experimental
public interface ProfilingDataConsumerDiscoveryStrategy
ProfilingDataConsumer. The implementations of this interface
defines different ways for the Mule Runtime to discover the ProfilingDataConsumer's available in the environment.
Different environments can use different discovery strategies.
| Modifier and Type | Method and Description |
|---|---|
Set<ProfilingDataConsumer<? extends ProfilingEventContext>> |
discover()
Discovers the
ProfilingDataProducer's. |
Set<ProfilingDataConsumer<? extends ProfilingEventContext>> discover()
ProfilingDataProducer's.T - the type for the event context which will have the profiling event context data.ProfilingDataProducer's.Copyright © 2024 MuleSoft, Inc.. All rights reserved.