@ConfigurationProperties(prefix="camel.component.vertx") public class VertxComponentConfiguration extends Object
Constructor and Description |
---|
VertxComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
Integer |
getPort() |
Integer |
getTimeout() |
io.vertx.core.Vertx |
getVertx() |
io.vertx.core.spi.VertxFactory |
getVertxFactory() |
io.vertx.core.VertxOptions |
getVertxOptions() |
void |
setHost(String host) |
void |
setPort(Integer port) |
void |
setTimeout(Integer timeout) |
void |
setVertx(io.vertx.core.Vertx vertx) |
void |
setVertxFactory(io.vertx.core.spi.VertxFactory vertxFactory) |
void |
setVertxOptions(io.vertx.core.VertxOptions vertxOptions) |
public io.vertx.core.spi.VertxFactory getVertxFactory()
public void setVertxFactory(io.vertx.core.spi.VertxFactory vertxFactory)
public String getHost()
public void setHost(String host)
public Integer getPort()
public void setPort(Integer port)
public io.vertx.core.VertxOptions getVertxOptions()
public void setVertxOptions(io.vertx.core.VertxOptions vertxOptions)
public io.vertx.core.Vertx getVertx()
public void setVertx(io.vertx.core.Vertx vertx)
public Integer getTimeout()
public void setTimeout(Integer timeout)
Apache Camel