@ConfigurationProperties(value="spring.sleuth.web") public class SleuthWebProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SleuthWebProperties.Async |
static class |
SleuthWebProperties.AsyncClient |
static class |
SleuthWebProperties.Client |
static class |
SleuthWebProperties.Template |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SKIP_PATTERN |
| Constructor and Description |
|---|
SleuthWebProperties() |
| Modifier and Type | Method and Description |
|---|---|
SleuthWebProperties.Client |
getClient() |
String |
getSkipPattern() |
boolean |
isEnabled() |
void |
setClient(SleuthWebProperties.Client client) |
void |
setEnabled(boolean enabled) |
void |
setSkipPattern(String skipPattern) |
public static final String DEFAULT_SKIP_PATTERN
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getSkipPattern()
public void setSkipPattern(String skipPattern)
public SleuthWebProperties.Client getClient()
public void setClient(SleuthWebProperties.Client client)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.