| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static VertxEndpointBuilderFactory.VertxEndpointBuilder |
StaticEndpointBuilders.vertx(String path)
Vert.x (camel-vertx)
Send and receive messages to/from Vert.x Event Bus.
|
static VertxEndpointBuilderFactory.VertxEndpointBuilder |
StaticEndpointBuilders.vertx(String componentName,
String path)
Vert.x (camel-vertx)
Send and receive messages to/from Vert.x Event Bus.
|
| Modifier and Type | Method and Description |
|---|---|
default VertxEndpointBuilderFactory.VertxEndpointBuilder |
VertxEndpointBuilderFactory.AdvancedVertxEndpointBuilder.basic() |
static VertxEndpointBuilderFactory.VertxEndpointBuilder |
VertxEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
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.
|
default VertxEndpointBuilderFactory.VertxEndpointBuilder |
VertxEndpointBuilderFactory.VertxBuilders.vertx(String path)
Vert.x (camel-vertx)
Send and receive messages to/from Vert.x Event Bus.
|
default VertxEndpointBuilderFactory.VertxEndpointBuilder |
VertxEndpointBuilderFactory.VertxBuilders.vertx(String componentName,
String path)
Vert.x (camel-vertx)
Send and receive messages to/from Vert.x Event Bus.
|
Apache Camel