Interface MeterRegistryConfig
- All Known Subinterfaces:
DropwizardConfig, LoggingRegistryConfig, PushRegistryConfig, SimpleConfig, StepRegistryConfig
public interface MeterRegistryConfig
-
Method Summary
Modifier and TypeMethodDescription@Nullable StringGet the value associated with a key.prefix()default voidValidate configuration and throwValidationExceptionif it's not valid.default Validated<?> validate()Validate configuration.
-
Method Details
-
prefix
String prefix() -
get
-
validate
-
requireValid
Validate configuration and throwValidationExceptionif it's not valid.- Throws:
ValidationException- if it's not valid- Since:
- 1.5.0
-