| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default VertxEndpointBuilderFactory.VertxEndpointBuilder |
VertxEndpointBuilderFactory.AdvancedVertxEndpointBuilder.basic() |
default VertxEndpointBuilderFactory.VertxEndpointBuilder |
VertxEndpointBuilderFactory.VertxEndpointBuilder.pubSub(Boolean pubSub)
Whether to use publish/subscribe instead of point to point when
sending to a vertx endpoint.
|
default VertxEndpointBuilderFactory.VertxEndpointBuilder |
VertxEndpointBuilderFactory.VertxEndpointBuilder.pubSub(String pubSub)
Whether to use publish/subscribe instead of point to point when
sending to a vertx endpoint.
|
static VertxEndpointBuilderFactory.VertxEndpointBuilder |
VertxEndpointBuilderFactory.vertx(String path)
Vert.x (camel-vertx)
The vertx component is used for sending and receive messages from a vertx
event bus.
|
default VertxEndpointBuilderFactory.VertxEndpointBuilder |
VertxEndpointBuilderFactory.VertxBuilders.vertx(String path)
Vert.x (camel-vertx)
The vertx component is used for sending and receive messages from a
vertx event bus.
|
Apache Camel