public class InspectorContextCustomizer extends Object implements ContextCustomizer
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_BIND_HOST |
static int |
DEFAULT_BIND_PORT |
static String |
DEFAULT_PATH |
| Constructor and Description |
|---|
InspectorContextCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.apache.camel.CamelContext camelContext) |
String |
getBindHost() |
int |
getBindPort() |
int |
getOrder() |
String |
getPath() |
void |
setBindHost(String bindHost) |
void |
setBindPort(int bindPort) |
void |
setPath(String path) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTopublic static final String DEFAULT_BIND_HOST
public static final int DEFAULT_BIND_PORT
public static final String DEFAULT_PATH
public String getBindHost()
public void setBindHost(String bindHost)
public int getBindPort()
public void setBindPort(int bindPort)
public String getPath()
public void setPath(String path)
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.