@UriEndpoint(scheme="vertx",
consumerClass=VertxConsumer.class)
public class VertxEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
VertxEndpoint(String uri,
VertxComponent component,
String address) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
String |
getAddress() |
VertxComponent |
getComponent() |
org.vertx.java.core.eventbus.EventBus |
getEventBus() |
org.vertx.java.core.Vertx |
getVertx() |
boolean |
isSingleton() |
void |
setAddress(String address)
Sets the event bus address used to communicate
|
configureConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic VertxEndpoint(String uri, VertxComponent component, String address)
public VertxComponent getComponent()
getComponent in class org.apache.camel.impl.DefaultEndpointpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
public org.vertx.java.core.eventbus.EventBus getEventBus()
public org.vertx.java.core.Vertx getVertx()
public String getAddress()
public void setAddress(String address)
Apache Camel