@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.vertx") public class VertxComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
VertxComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
Integer |
getPort() |
Boolean |
getResolvePropertyPlaceholders() |
Integer |
getTimeout() |
String |
getVertx() |
String |
getVertxFactory() |
String |
getVertxOptions() |
void |
setHost(String host) |
void |
setPort(Integer port) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setTimeout(Integer timeout) |
void |
setVertx(String vertx) |
void |
setVertxFactory(String vertxFactory) |
void |
setVertxOptions(String vertxOptions) |
public String getVertxFactory()
public void setVertxFactory(String vertxFactory)
public String getHost()
public void setHost(String host)
public Integer getPort()
public void setPort(Integer port)
public String getVertxOptions()
public void setVertxOptions(String vertxOptions)
public String getVertx()
public void setVertx(String vertx)
public Integer getTimeout()
public void setTimeout(Integer timeout)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel