default VertxComponentBuilderFactory.VertxComponentBuilder |
VertxComponentBuilderFactory.VertxComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default VertxComponentBuilderFactory.VertxComponentBuilder |
VertxComponentBuilderFactory.VertxComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default VertxComponentBuilderFactory.VertxComponentBuilder |
VertxComponentBuilderFactory.VertxComponentBuilder.host(String host) |
Hostname for creating an embedded clustered EventBus.
|
default VertxComponentBuilderFactory.VertxComponentBuilder |
VertxComponentBuilderFactory.VertxComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default VertxComponentBuilderFactory.VertxComponentBuilder |
VertxComponentBuilderFactory.VertxComponentBuilder.port(int port) |
Port for creating an embedded clustered EventBus.
|
default VertxComponentBuilderFactory.VertxComponentBuilder |
VertxComponentBuilderFactory.VertxComponentBuilder.timeout(int timeout) |
Timeout in seconds to wait for clustered Vertx EventBus to be ready.
|
static VertxComponentBuilderFactory.VertxComponentBuilder |
VertxComponentBuilderFactory.vertx() |
Vert.x (camel-vertx)
Send and receive messages to/from Vert.x Event Bus.
|
default VertxComponentBuilderFactory.VertxComponentBuilder |
VertxComponentBuilderFactory.VertxComponentBuilder.vertx(io.vertx.core.Vertx vertx) |
To use the given vertx EventBus instead of creating a new embedded
EventBus.
|
default VertxComponentBuilderFactory.VertxComponentBuilder |
VertxComponentBuilderFactory.VertxComponentBuilder.vertxFactory(io.vertx.core.spi.VertxFactory vertxFactory) |
To use a custom VertxFactory implementation.
|
default VertxComponentBuilderFactory.VertxComponentBuilder |
VertxComponentBuilderFactory.VertxComponentBuilder.vertxOptions(io.vertx.core.VertxOptions vertxOptions) |
Options to use for creating vertx.
|