public class HealthContextCustomizer extends Object implements ContextCustomizer
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PATH |
| Constructor and Description |
|---|
HealthContextCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.apache.camel.CamelContext camelContext) |
String |
getHealthGroupFilterExclude() |
int |
getOrder() |
String |
getPath() |
boolean |
isIncludeContext() |
boolean |
isIncludeRoutes() |
void |
setHealthGroupFilterExclude(String healthGroupFilterExclude) |
void |
setIncludeContext(boolean includeContext) |
void |
setIncludeRoutes(boolean includeRoutes) |
void |
setPath(String path) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTopublic static final String DEFAULT_PATH
public String getPath()
public void setPath(String path)
public String getHealthGroupFilterExclude()
public void setHealthGroupFilterExclude(String healthGroupFilterExclude)
public boolean isIncludeRoutes()
public void setIncludeRoutes(boolean includeRoutes)
public boolean isIncludeContext()
public void setIncludeContext(boolean includeContext)
public int getOrder()
getOrder in interface ContextCustomizergetOrder in interface org.apache.camel.Orderedpublic void apply(org.apache.camel.CamelContext camelContext)
apply in interface ContextCustomizerCopyright © 2020 The Apache Software Foundation. All rights reserved.