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 java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Bucket4jMetricsConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    com.giffing.bucket4j.spring.boot.starter.context.metrics.MetricHandler springBoot2Bucket4jMetricHandler()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait