Interface VertxEndpointBuilderFactory.VertxBuilders

    • Method Detail

      • vertx

        default VertxEndpointBuilderFactory.VertxEndpointBuilder vertx​(String path)
        Vert.x (camel-vertx) Send and receive messages to/from Vert.x Event Bus. Category: eventbus,reactive 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: eventbus,reactive 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