Class Bucket4jMetricsConfiguration
java.lang.Object
com.giffing.bucket4j.spring.boot.starter.config.metrics.actuator.Bucket4jMetricsConfiguration
@Configuration
@ConditionalOnClass(io.micrometer.core.instrument.Metrics.class)
@ConditionalOnProperty(prefix="bucket4j.metrics",
value="enabled",
matchIfMissing=true)
public class Bucket4jMetricsConfiguration
extends Object
-
Constructor Summary
Constructors Constructor Description Bucket4jMetricsConfiguration() -
Method Summary
Modifier and Type Method Description MetricHandlerspringBoot2Bucket4jMetricHandler()
-
Constructor Details
-
Bucket4jMetricsConfiguration
public Bucket4jMetricsConfiguration()
-
-
Method Details
-
springBoot2Bucket4jMetricHandler
-