public class MetricsRegistryFactoryBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<io.micrometer.core.instrument.MeterRegistry>
Constructor and Description |
---|
MetricsRegistryFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
io.micrometer.core.instrument.MeterRegistry |
getObject() |
Class<? extends io.micrometer.core.instrument.MeterRegistry> |
getObjectType() |
boolean |
isSingleton() |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public io.micrometer.core.instrument.MeterRegistry getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean<io.micrometer.core.instrument.MeterRegistry>
public Class<? extends io.micrometer.core.instrument.MeterRegistry> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<io.micrometer.core.instrument.MeterRegistry>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<io.micrometer.core.instrument.MeterRegistry>
Copyright © 2023 Frank!Framework. All rights reserved.