Class VertxWebsocketComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.vertx.websocket.springboot.VertxWebsocketComponentConfiguration
@ConfigurationProperties(prefix="camel.component.vertx-websocket")
public class VertxWebsocketComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Expose WebSocket endpoints and connect to remote WebSocket servers using
Vert.x
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.ext.web.Routerio.vertx.core.VertxgetVertx()io.vertx.core.VertxOptionsvoidsetAllowOriginHeader(Boolean allowOriginHeader) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetDefaultHost(String defaultHost) voidsetDefaultPort(Integer defaultPort) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetOriginHeaderUrl(String originHeaderUrl) voidsetRouter(io.vertx.ext.web.Router router) voidsetUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) voidsetVertx(io.vertx.core.Vertx vertx) voidsetVertxOptions(io.vertx.core.VertxOptions vertxOptions) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
VertxWebsocketComponentConfiguration
public VertxWebsocketComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getAllowOriginHeader
-
setAllowOriginHeader
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getDefaultHost
-
setDefaultHost
-
getDefaultPort
-
setDefaultPort
-
getOriginHeaderUrl
-
setOriginHeaderUrl
-
getRouter
public io.vertx.ext.web.Router getRouter() -
setRouter
public void setRouter(io.vertx.ext.web.Router router) -
getVertx
public io.vertx.core.Vertx getVertx() -
setVertx
public void setVertx(io.vertx.core.Vertx vertx) -
getVertxOptions
public io.vertx.core.VertxOptions getVertxOptions() -
setVertxOptions
public void setVertxOptions(io.vertx.core.VertxOptions vertxOptions) -
getUseGlobalSslContextParameters
-
setUseGlobalSslContextParameters
-