public enum BootstrapTrace extends Enum<BootstrapTrace>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
record(org.springframework.context.ApplicationEvent event) |
static BootstrapTrace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapTrace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BootstrapTrace INSTANCE
public static BootstrapTrace[] values()
for (BootstrapTrace c : BootstrapTrace.values()) System.out.println(c);
public static BootstrapTrace 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 void record(org.springframework.context.ApplicationEvent event)
Copyright © 2015–2016 OpenZipkin. All rights reserved.