Interface | Description |
---|---|
MetricsConfigurer |
Defines callback methods to customize the Java-based configuration
for Spring Metrics enabled via
@EnableMetrics . |
Class | Description |
---|---|
DelegatingMetricsConfiguration |
This is the class imported by
@EnableMetrics . |
MetricsConfigurationSupport |
This is the main class providing the configuration behind the Metrics Java config.
|
MetricsConfigurerAdapter |
An implementation of
MetricsConfigurer with empty methods allowing
sub-classes to override only the methods they're interested in. |
MetricsConfigurerComposite |
A
MetricsConfigurer implementation that delegates to other MetricsConfigurer instances. |
Annotation Type | Description |
---|---|
EnableMetrics |
Add this annotation to an
@Configuration class to have the Spring MVC
configuration defined in MetricsConfigurationSupport imported. |
Copyright © 2012-2015. All Rights Reserved.