Interface VertxEndpointBuilderFactory.VertxBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
VertxEndpointBuilderFactory
public static interface VertxEndpointBuilderFactory.VertxBuilders
-
Method Summary
Modifier and TypeMethodDescriptionVert.x (camel-vertx) Send and receive messages to/from Vert.x Event Bus.Vert.x (camel-vertx) Send and receive messages to/from Vert.x Event Bus.
-
Method Details
-
vertx
Vert.x (camel-vertx) Send and receive messages to/from Vert.x Event Bus. Category: messaging Since: 2.12 Maven coordinates: org.apache.camel:camel-vertx Syntax:vertx:addressPath parameter: address (required) Sets the event bus address used to communicate- Parameters:
path- address- Returns:
- the dsl builder
-
vertx
Vert.x (camel-vertx) Send and receive messages to/from Vert.x Event Bus. Category: messaging Since: 2.12 Maven coordinates: org.apache.camel:camel-vertx Syntax:vertx:addressPath parameter: address (required) Sets the event bus address used to communicate- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- address- Returns:
- the dsl builder
-