public static enum R2dbcObservationDocumentation.Events extends Enum<R2dbcObservationDocumentation.Events> implements io.micrometer.observation.Observation.Event
Enum Constant and Description |
---|
QUERY_RESULT
Retrieving query result.
|
Modifier and Type | Method and Description |
---|---|
static R2dbcObservationDocumentation.Events |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R2dbcObservationDocumentation.Events[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final R2dbcObservationDocumentation.Events QUERY_RESULT
public static R2dbcObservationDocumentation.Events[] values()
for (R2dbcObservationDocumentation.Events c : R2dbcObservationDocumentation.Events.values()) System.out.println(c);
public static R2dbcObservationDocumentation.Events 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 © 2025. All rights reserved.