Interface VertxEndpointBuilderFactory.VertxEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,VertxEndpointBuilderFactory.VertxEndpointConsumerBuilder,VertxEndpointBuilderFactory.VertxEndpointProducerBuilder
- Enclosing interface:
- VertxEndpointBuilderFactory
public static interface VertxEndpointBuilderFactory.VertxEndpointBuilder
extends VertxEndpointBuilderFactory.VertxEndpointConsumerBuilder, VertxEndpointBuilderFactory.VertxEndpointProducerBuilder
Builder for endpoint for the Vert.x component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()Whether to use publish/subscribe instead of point to point when sending to a vertx endpoint.Whether to use publish/subscribe instead of point to point when sending to a vertx endpoint.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
- Specified by:
advancedin interfaceVertxEndpointBuilderFactory.VertxEndpointConsumerBuilder- Specified by:
advancedin interfaceVertxEndpointBuilderFactory.VertxEndpointProducerBuilder
-
pubSub
Whether to use publish/subscribe instead of point to point when sending to a vertx endpoint. The option is a: <code>java.lang.Boolean</code> type. Group: common- Specified by:
pubSubin interfaceVertxEndpointBuilderFactory.VertxEndpointConsumerBuilder- Specified by:
pubSubin interfaceVertxEndpointBuilderFactory.VertxEndpointProducerBuilder- Parameters:
pubSub- the value to set- Returns:
- the dsl builder
-
pubSub
Whether to use publish/subscribe instead of point to point when sending to a vertx endpoint. The option will be converted to a <code>java.lang.Boolean</code> type. Group: common- Specified by:
pubSubin interfaceVertxEndpointBuilderFactory.VertxEndpointConsumerBuilder- Specified by:
pubSubin interfaceVertxEndpointBuilderFactory.VertxEndpointProducerBuilder- Parameters:
pubSub- the value to set- Returns:
- the dsl builder
-