Splitter doesn't support Iterable
---------------------------------

                 Key: CAMEL-3415
                 URL: https://issues.apache.org/jira/browse/CAMEL-3415
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.5.0
            Reporter: Aaron Mulder
            Assignee: Aaron Mulder
            Priority: Minor


It would be nice if you could use an expression returning an Iterable with a 
splitter.  It presently handles Iterator or Collection but not Iterable, which 
is a little challenging for expression languages that expect getters (so they 
can't invoke iterator() on an Iterable).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to