Interface SpringIntegrationEndpointBuilderFactory.SpringIntegrationBuilders

    • Method Detail

      • springIntegration

        default SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointBuilder springIntegration​(String path)
        Spring Integration (camel-spring-integration) Bridge Camel with Spring Integration. Category: spring,eventbus Since: 1.4 Maven coordinates: org.apache.camel:camel-spring-integration Syntax: spring-integration:defaultChannel Path parameter: defaultChannel (required) The default channel name which is used by the Spring Integration Spring context. It will equal to the inputChannel name for the Spring Integration consumer and the outputChannel name for the Spring Integration provider.
        Parameters:
        path - defaultChannel
        Returns:
        the dsl builder
      • springIntegration

        default SpringIntegrationEndpointBuilderFactory.SpringIntegrationEndpointBuilder springIntegration​(String componentName,
                                                                                                           String path)
        Spring Integration (camel-spring-integration) Bridge Camel with Spring Integration. Category: spring,eventbus Since: 1.4 Maven coordinates: org.apache.camel:camel-spring-integration Syntax: spring-integration:defaultChannel Path parameter: defaultChannel (required) The default channel name which is used by the Spring Integration Spring context. It will equal to the inputChannel name for the Spring Integration consumer and the outputChannel name for the Spring Integration provider.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - defaultChannel
        Returns:
        the dsl builder