@Filter EIP to allow a bean to act as the filter EIP pattern
------------------------------------------------------------

                 Key: CAMEL-3751
                 URL: https://issues.apache.org/jira/browse/CAMEL-3751
             Project: Camel
          Issue Type: New Feature
          Components: camel-core
    Affects Versions: 2.6.0
            Reporter: Claus Ibsen


There is a JIRA ticket for more EIPs as annotations.

But the Filter EIP is simple, so we should probably just add it so you can do
{code}
@Filter
public boolean isGoldCustomer(@Header("id") int id) {
   ...
}
{code}



-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to