@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface VertxEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VertxEndpointBuilderFactory.AdvancedVertxEndpointBuilder
Advanced builder for endpoint for the Vert.x component.
|
static interface |
VertxEndpointBuilderFactory.AdvancedVertxEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Vert.x component.
|
static interface |
VertxEndpointBuilderFactory.AdvancedVertxEndpointProducerBuilder
Advanced builder for endpoint producers for the Vert.x component.
|
static interface |
VertxEndpointBuilderFactory.VertxBuilders |
static interface |
VertxEndpointBuilderFactory.VertxEndpointBuilder
Builder for endpoint for the Vert.x component.
|
static interface |
VertxEndpointBuilderFactory.VertxEndpointConsumerBuilder
Builder for endpoint consumers for the Vert.x component.
|
static interface |
VertxEndpointBuilderFactory.VertxEndpointProducerBuilder
Builder for endpoint producers for the Vert.x component.
|
| Modifier and Type | Method and Description |
|---|---|
static VertxEndpointBuilderFactory.VertxEndpointBuilder |
vertx(String path)
Vert.x (camel-vertx)
The vertx component is used for sending and receive messages from a vertx
event bus.
|
static VertxEndpointBuilderFactory.VertxEndpointBuilder vertx(String path)
vertx:address
Path parameter: address (required)
Sets the event bus address used to communicateApache Camel