Interface MeterRegistryConfig
-
- All Known Subinterfaces:
DropwizardConfig,LoggingRegistryConfig,PushRegistryConfig,SimpleConfig,StepRegistryConfig
public interface MeterRegistryConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringget(java.lang.String key)Get the value associated with a key.java.lang.Stringprefix()
-
-
-
Method Detail
-
prefix
java.lang.String prefix()
-
get
@Nullable java.lang.String get(java.lang.String key)
Get the value associated with a key.- Parameters:
key- Key to lookup in the config.- Returns:
- Value for the key or null if no key is present.
-
-