Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-7027

Support to set the expression on the split DSL of Spring and Blueprint

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • None
    • 2.13.0
    • None
    • None
    • Unknown

    Description

      We should support to set the expression instance on the Splitter just like this.

      <bean id="zipSplitter" class="org.apache.camel.dataformat.zipfile.ZipSplitter" />
      
      ...
      
      <split streaming="true" parallelProcessing="true" expressionRef="zipSplitter">
          
          <convertBodyTo type="java.lang.String" />
          <to uri="file:foo" />
      </split>
      
      
      

      Attachments

        Activity

          People

            njiang Willem Jiang
            njiang Willem Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: