You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Bob Gaudaen (JIRA)" <ji...@apache.org> on 2016/04/19 13:38:25 UTC

[jira] [Created] (CAMEL-9881) Aggregator completionPredicate unusable with scala DSL

Bob Gaudaen created CAMEL-9881:
----------------------------------

             Summary: Aggregator completionPredicate unusable with scala DSL
                 Key: CAMEL-9881
                 URL: https://issues.apache.org/jira/browse/CAMEL-9881
             Project: Camel
          Issue Type: Bug
          Components: camel-scala
    Affects Versions: 2.17.0
            Reporter: Bob Gaudaen


Due to the method declaration of completionPredicate in {{org.apache.camel.scala.dsl.SAggregateDefinition}} makes it impossible to use a completion predicate.
Method should be declared as:
{noformat}
def completionPredicate(filter: Exchange => Any) = {
{noformat}

Pull request to follow.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)