public interface MuleTogglzFeatureProvider
extends org.togglz.core.spi.FeatureProvider
FeatureProvider for the Mule Runtime.| Modifier and Type | Method and Description |
|---|---|
org.togglz.core.Feature |
getFeature(String featureName)
returns a
Feature by name |
MuleTogglzProfilingFeature |
getOrRegisterProfilingTogglzFeatureFrom(org.mule.runtime.api.profiling.type.ProfilingEventType<?> profilingEventType,
String consumerName)
Registers a Togglz
Feature associated to a ProfilingEventType and a
ProfilingDataConsumer |
MuleTogglzRuntimeFeature |
getOrRegisterRuntimeTogglzFeatureFrom(org.mule.runtime.api.config.Feature feature)
Gets a Togglz feature associated with a
Feature |
org.togglz.core.Feature |
getRuntimeTogglzFeature(org.mule.runtime.api.config.Feature feature)
Gets a
Feature associated with a Feature |
org.togglz.core.Feature getRuntimeTogglzFeature(org.mule.runtime.api.config.Feature feature)
Feature associated with a Featurefeature - the runtime FeatureFeatureMuleTogglzRuntimeFeature getOrRegisterRuntimeTogglzFeatureFrom(org.mule.runtime.api.config.Feature feature)
Featurefeature - the runtime FeatureFeature. If the feature is already registered it returns the corresponding togglz feature.MuleTogglzProfilingFeature getOrRegisterProfilingTogglzFeatureFrom(org.mule.runtime.api.profiling.type.ProfilingEventType<?> profilingEventType, String consumerName)
Feature associated to a ProfilingEventType and a
ProfilingDataConsumerprofilingEventType - the ProfilingEventType.consumerName - the id associated to a ProfilingDataConsumerFeatureorg.togglz.core.Feature getFeature(String featureName)
Feature by namefeatureName - the name for the featureFeatureCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.