Interface MeterRegistryConfig

All Known Subinterfaces:
DropwizardConfig, LoggingRegistryConfig, PushRegistryConfig, SimpleConfig, StepRegistryConfig

public interface MeterRegistryConfig
  • Method Summary

    Modifier and Type Method Description
    java.lang.String get​(java.lang.String key)
    Get the value associated with a key.
    java.lang.String prefix()  
  • Method Details

    • 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.