Uses of Interface
org.apache.camel.builder.component.dsl.VertxComponentBuilderFactory.VertxComponentBuilder
Packages that use VertxComponentBuilderFactory.VertxComponentBuilder
-
Uses of VertxComponentBuilderFactory.VertxComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return VertxComponentBuilderFactory.VertxComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.vertx()Vert.x (camel-vertx) Send and receive messages to/from Vert.x Event Bus. -
Uses of VertxComponentBuilderFactory.VertxComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement VertxComponentBuilderFactory.VertxComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return VertxComponentBuilderFactory.VertxComponentBuilderModifier and TypeMethodDescriptionVertxComponentBuilderFactory.VertxComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.VertxComponentBuilderFactory.VertxComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Hostname for creating an embedded clustered EventBus.VertxComponentBuilderFactory.VertxComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).VertxComponentBuilderFactory.VertxComponentBuilder.port(int port) Port for creating an embedded clustered EventBus.VertxComponentBuilderFactory.VertxComponentBuilder.timeout(int timeout) Timeout in seconds to wait for clustered Vertx EventBus to be ready.VertxComponentBuilderFactory.vertx()Vert.x (camel-vertx) Send and receive messages to/from Vert.x Event Bus.VertxComponentBuilderFactory.VertxComponentBuilder.vertx(io.vertx.core.Vertx vertx) To use the given vertx EventBus instead of creating a new embedded EventBus.VertxComponentBuilderFactory.VertxComponentBuilder.vertxFactory(io.vertx.core.impl.VertxBuilder vertxFactory) To use a custom VertxFactory implementation.VertxComponentBuilderFactory.VertxComponentBuilder.vertxOptions(io.vertx.core.VertxOptions vertxOptions) Options to use for creating vertx.