@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.vertx-websocket") public class VertxWebsocketComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
VertxWebsocketComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
Boolean |
getBridgeErrorHandler() |
Boolean |
getLazyStartProducer() |
io.vertx.ext.web.Router |
getRouter() |
Boolean |
getUseGlobalSslContextParameters() |
io.vertx.core.Vertx |
getVertx() |
io.vertx.core.VertxOptions |
getVertxOptions() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setRouter(io.vertx.ext.web.Router router) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
void |
setVertx(io.vertx.core.Vertx vertx) |
void |
setVertxOptions(io.vertx.core.VertxOptions vertxOptions) |
public VertxWebsocketComponentConfiguration()
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public io.vertx.ext.web.Router getRouter()
public void setRouter(io.vertx.ext.web.Router router)
public io.vertx.core.Vertx getVertx()
public void setVertx(io.vertx.core.Vertx vertx)
public io.vertx.core.VertxOptions getVertxOptions()
public void setVertxOptions(io.vertx.core.VertxOptions vertxOptions)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
Apache Camel