public enum R2dbcObservationDocumentation extends Enum<R2dbcObservationDocumentation> implements io.micrometer.observation.docs.ObservationDocumentation
ObservationConvention
for r2dbc operations.Enum Constant and Description |
---|
R2DBC_QUERY_OBSERVATION
R2DBC Query Observation.
|
Modifier and Type | Method and Description |
---|---|
static R2dbcObservationDocumentation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R2dbcObservationDocumentation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final R2dbcObservationDocumentation R2DBC_QUERY_OBSERVATION
public static R2dbcObservationDocumentation[] values()
for (R2dbcObservationDocumentation c : R2dbcObservationDocumentation.values()) System.out.println(c);
public static R2dbcObservationDocumentation 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 nullCopyright © 2024. All rights reserved.