- setAddress(String) - Method in class org.apache.camel.component.vertx.VertxEndpoint
-
Sets the event bus address used to communicate
- setHost(String) - Method in class org.apache.camel.component.vertx.VertxComponent
-
Hostname for creating an embedded clustered EventBus
- setPort(int) - Method in class org.apache.camel.component.vertx.VertxComponent
-
Port for creating an embedded clustered EventBus
- setPubSub(Boolean) - Method in class org.apache.camel.component.vertx.VertxEndpoint
-
Whether to use publish/subscribe instead of point to point when sending to a vertx endpoint.
- setTimeout(int) - Method in class org.apache.camel.component.vertx.VertxComponent
-
Timeout in seconds to wait for clustered Vertx EventBus to be ready.
- setVertx(Vertx) - Method in class org.apache.camel.component.vertx.VertxComponent
-
To use the given vertx EventBus instead of creating a new embedded EventBus
- setVertxFactory(VertxFactory) - Method in class org.apache.camel.component.vertx.VertxComponent
-
To use a custom VertxFactory implementation
- setVertxOptions(VertxOptions) - Method in class org.apache.camel.component.vertx.VertxComponent
-
Options to use for creating vertx