Interface VertxEndpointBuilderFactory.VertxBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
VertxEndpointBuilderFactory

public static interface VertxEndpointBuilderFactory.VertxBuilders
  • 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:address Path parameter: address (required) Sets the event bus address used to communicate
      Parameters:
      path - address
      Returns:
      the dsl builder
    • vertx

      default VertxEndpointBuilderFactory.VertxEndpointBuilder vertx(String componentName, String path)
      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:address Path 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 name
      path - address
      Returns:
      the dsl builder