Class VertxWebsocketComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.vertx.websocket.springboot.VertxWebsocketComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,VertxWebsocketComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.vertx-websocket"}) @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,VertxWebsocketComponentConverter.class}) public class VertxWebsocketComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • VertxWebsocketComponentAutoConfiguration

      public VertxWebsocketComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureVertxWebsocketComponent

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureVertxWebsocketComponent()