Interface VertxComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface VertxComponentBuilderFactory
Send and receive messages to/from Vert.x Event Bus. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
VertxComponentBuilderFactory.VertxComponentBuilder
Builder for the Vert.x component.static class
VertxComponentBuilderFactory.VertxComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static VertxComponentBuilderFactory.VertxComponentBuilder
vertx()
Vert.x (camel-vertx) Send and receive messages to/from Vert.x Event Bus.
-
-
-
Method Detail
-
vertx
static VertxComponentBuilderFactory.VertxComponentBuilder vertx()
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- Returns:
- the dsl builder
-
-