Interface VertxEndpointBuilderFactory.VertxEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
VertxEndpointBuilderFactory.VertxEndpointBuilder
- Enclosing interface:
- VertxEndpointBuilderFactory
public static interface VertxEndpointBuilderFactory.VertxEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilderBuilder for endpoint producers for the Vert.x component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default VertxEndpointBuilderFactory.AdvancedVertxEndpointProducerBuilderadvanced()default VertxEndpointBuilderFactory.VertxEndpointProducerBuilderpubSub(Boolean pubSub)Whether to use publish/subscribe instead of point to point when sending to a vertx endpoint.default VertxEndpointBuilderFactory.VertxEndpointProducerBuilderpubSub(String pubSub)Whether to use publish/subscribe instead of point to point when sending to a vertx endpoint.
-
-
-
Method Detail
-
advanced
default VertxEndpointBuilderFactory.AdvancedVertxEndpointProducerBuilder advanced()
-
pubSub
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder pubSub(Boolean 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- Parameters:
pubSub- the value to set- Returns:
- the dsl builder
-
pubSub
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder pubSub(String 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- Parameters:
pubSub- the value to set- Returns:
- the dsl builder
-
-