public class VertxComponent
extends org.apache.camel.impl.UriEndpointComponent
implements org.apache.camel.spi.EndpointCompleter
| Constructor and Description |
|---|
VertxComponent() |
VertxComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
completeEndpointPath(org.apache.camel.ComponentConfiguration componentConfiguration,
String text) |
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
protected void |
doStart() |
protected void |
doStop() |
String |
getHost() |
int |
getPort() |
org.vertx.java.core.Vertx |
getVertx() |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setVertx(org.vertx.java.core.Vertx vertx) |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMapafterConfiguration, createConfiguration, createEndpoint, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic VertxComponent()
public VertxComponent(org.apache.camel.CamelContext context)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public org.vertx.java.core.Vertx getVertx()
public void setVertx(org.vertx.java.core.Vertx vertx)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic List<String> completeEndpointPath(org.apache.camel.ComponentConfiguration componentConfiguration, String text)
completeEndpointPath in interface org.apache.camel.spi.EndpointCompleterprotected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultComponentExceptionApache Camel