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)
java.lang.Boolean type.
Group: commondefault VertxEndpointBuilderFactory.VertxEndpointProducerBuilder pubSub(String pubSub)
java.lang.Boolean
type.
Group: commondefault VertxEndpointBuilderFactory.VertxEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault VertxEndpointBuilderFactory.VertxEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerApache Camel