public class MuleTogglzProfilingFeature extends Object implements org.togglz.core.Feature
Feature associated to profiling.
When ProfilingDataConsumer is discovered a feature associated to each of the
ProfilingEventType's it listens to is registered. In this way, we can enable, disable this features in runtime and the
profiling data is not generated in case no data consumers listens to it.
| Constructor and Description |
|---|
MuleTogglzProfilingFeature(org.mule.runtime.api.profiling.type.ProfilingEventType<?> profilingEventType,
String consumerIdentifier) |
public MuleTogglzProfilingFeature(org.mule.runtime.api.profiling.type.ProfilingEventType<?> profilingEventType,
String consumerIdentifier)
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.