public enum DubboObservationDocumentation extends Enum<DubboObservationDocumentation> implements io.micrometer.observation.docs.ObservationDocumentation
| Enum Constant and Description |
|---|
CLIENT
Client side Dubbo RPC Observation.
|
SERVER
Server side Dubbo RPC Observation.
|
| Modifier and Type | Method and Description |
|---|---|
static DubboObservationDocumentation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DubboObservationDocumentation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DubboObservationDocumentation SERVER
public static final DubboObservationDocumentation CLIENT
public static DubboObservationDocumentation[] values()
for (DubboObservationDocumentation c : DubboObservationDocumentation.values()) System.out.println(c);
public static DubboObservationDocumentation 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 © 2011–2020 The Apache Software Foundation. All rights reserved.