| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VertxEndpointBuilderFactory.VertxEndpointBuilder
Builder for endpoint for the Vert.x component.
|
| Modifier and Type | Method and Description |
|---|---|
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
VertxEndpointBuilderFactory.AdvancedVertxEndpointProducerBuilder.basic() |
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
VertxEndpointBuilderFactory.VertxEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
VertxEndpointBuilderFactory.VertxEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
VertxEndpointBuilderFactory.VertxEndpointProducerBuilder.pubSub(Boolean pubSub)
Whether to use publish/subscribe instead of point to point when
sending to a vertx endpoint.
|
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
VertxEndpointBuilderFactory.VertxEndpointProducerBuilder.pubSub(String pubSub)
Whether to use publish/subscribe instead of point to point when
sending to a vertx endpoint.
|
Apache Camel