Class Web3jComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.web3j.springboot.Web3jComponentAutoConfiguration

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

    • Web3jComponentAutoConfiguration

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

    • configureWeb3jComponent

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