Interface ComponentsBuilderFactory


  • @Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
    public interface ComponentsBuilderFactory
    Component entry DSL builder. You can build a component like this: ComponentBuilderFactory.kafka().setBrokers("{{host:port}}").build() Generated by camel build tools - do NOT edit this file!