public static interface VertxEndpointBuilderFactory.VertxEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default VertxEndpointBuilderFactory.AdvancedVertxEndpointProducerBuilder |
advanced() |
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
pubSub(Boolean pubSub)
Whether to use publish/subscribe instead of point to point when
sending to a vertx endpoint.
|
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
pubSub(String pubSub)
Whether to use publish/subscribe instead of point to point when
sending to a vertx endpoint.
|
default VertxEndpointBuilderFactory.AdvancedVertxEndpointProducerBuilder advanced()
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder pubSub(Boolean pubSub)
pubSub - the value to setdefault VertxEndpointBuilderFactory.VertxEndpointProducerBuilder pubSub(String pubSub)
pubSub - the value to setdefault VertxEndpointBuilderFactory.VertxEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault VertxEndpointBuilderFactory.VertxEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel