@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() |
Boolean |
getPubSub() |
org.vertx.java.core.Vertx |
getVertx() |
boolean |
isPubSub() |
boolean |
isSingleton() |
void |
setAddress(String address)
Sets the event bus address used to communicate
|
void |
setPubSub(Boolean pubSub) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, 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 boolean isPubSub()
public Boolean getPubSub()
public void setPubSub(Boolean pubSub)
public void setAddress(String address)
Apache Camel