Package org.cache2k.extra.micrometer
Class GlobalRegistrySupplier
- java.lang.Object
-
- org.cache2k.extra.micrometer.GlobalRegistrySupplier
-
- All Implemented Interfaces:
org.cache2k.config.CustomizationSupplier<io.micrometer.core.instrument.MeterRegistry>
public final class GlobalRegistrySupplier extends Object implements org.cache2k.config.CustomizationSupplier<io.micrometer.core.instrument.MeterRegistry>
- Author:
- Jens Wilke
-
-
Field Summary
Fields Modifier and Type Field Description static GlobalRegistrySupplier
INSTANCE
-
Constructor Summary
Constructors Constructor Description GlobalRegistrySupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.micrometer.core.instrument.MeterRegistry
supply(org.cache2k.config.CacheBuildContext buildContext)
-
-
-
Field Detail
-
INSTANCE
public static final GlobalRegistrySupplier INSTANCE
-
-