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!
  • Constructor Details

    • VertxWebsocketComponentConfiguration

      public VertxWebsocketComponentConfiguration()
  • Method Details

    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAllowOriginHeader

      public Boolean getAllowOriginHeader()
    • setAllowOriginHeader

      public void setAllowOriginHeader(Boolean allowOriginHeader)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getDefaultHost

      public String getDefaultHost()
    • setDefaultHost

      public void setDefaultHost(String defaultHost)
    • getDefaultPort

      public Integer getDefaultPort()
    • setDefaultPort

      public void setDefaultPort(Integer defaultPort)
    • getOriginHeaderUrl

      public String getOriginHeaderUrl()
    • setOriginHeaderUrl

      public void setOriginHeaderUrl(String originHeaderUrl)
    • 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

      public Boolean getUseGlobalSslContextParameters()
    • setUseGlobalSslContextParameters

      public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)