Class GitHubComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.github")
    public class GitHubComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Interact with the GitHub API. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • GitHubComponentConfiguration

        public GitHubComponentConfiguration()
    • Method Detail

      • getBridgeErrorHandler

        public Boolean getBridgeErrorHandler()
      • setBridgeErrorHandler

        public void setBridgeErrorHandler​(Boolean bridgeErrorHandler)
      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • getOauthToken

        public String getOauthToken()
      • setOauthToken

        public void setOauthToken​(String oauthToken)