public enum NoopBackendRegistry extends Enum<NoopBackendRegistry> implements BackendRegistry
| Enum Constant and Description | 
|---|
INSTANCE  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
io.micrometer.core.instrument.MeterRegistry | 
getMeterRegistry()  | 
void | 
init()  | 
static NoopBackendRegistry | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static NoopBackendRegistry[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final NoopBackendRegistry INSTANCE
public static NoopBackendRegistry[] values()
for (NoopBackendRegistry c : NoopBackendRegistry.values()) System.out.println(c);
public static NoopBackendRegistry valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic io.micrometer.core.instrument.MeterRegistry getMeterRegistry()
getMeterRegistry in interface BackendRegistrypublic void init()
init in interface BackendRegistrypublic void close()
close in interface BackendRegistryCopyright © 2020 Eclipse. All rights reserved.