Package | Description |
---|---|
org.springframework.boot.actuate.trace |
Actuator tracing support.
|
Modifier and Type | Method and Description |
---|---|
static TraceProperties.Include |
TraceProperties.Include.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceProperties.Include[] |
TraceProperties.Include.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<TraceProperties.Include> |
TraceProperties.getInclude() |
Modifier and Type | Method and Description |
---|---|
void |
TraceProperties.setInclude(Set<TraceProperties.Include> include) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.