Package org.redisson.spring.cache
Class RedissonCacheMeterBinderProviderV4
java.lang.Object
org.redisson.spring.cache.RedissonCacheMeterBinderProviderV4
- All Implemented Interfaces:
org.springframework.boot.cache.metrics.CacheMeterBinderProvider<RedissonCache>
public class RedissonCacheMeterBinderProviderV4
extends Object
implements org.springframework.boot.cache.metrics.CacheMeterBinderProvider<RedissonCache>
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.core.instrument.binder.MeterBindergetMeterBinder(RedissonCache cache, Iterable<io.micrometer.core.instrument.Tag> tags)
-
Constructor Details
-
RedissonCacheMeterBinderProviderV4
public RedissonCacheMeterBinderProviderV4()
-
-
Method Details
-
getMeterBinder
public io.micrometer.core.instrument.binder.MeterBinder getMeterBinder(RedissonCache cache, Iterable<io.micrometer.core.instrument.Tag> tags) - Specified by:
getMeterBinderin interfaceorg.springframework.boot.cache.metrics.CacheMeterBinderProvider<RedissonCache>
-