[ 
https://issues.apache.org/activemq/browse/CAMEL-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47709#action_47709
 ] 

Claus Ibsen commented on CAMEL-64:
----------------------------------

@Willem

Should the spring DSL also be changed to use the same verbs as the Java DSL?

For instance: @XmlRootElement(name = "throttler")
Should be:
@XmlRootElement(name = "throttle")

And remeber to change the attribute in RedeliveryPolicyType to also be 
*redeliveryDelay* so it's aligned with the Java DSL fluent builder syntax:
    @XmlAttribute
    private Long delay;


> Camel DSL should use verbs for it's EIP actions. 
> -------------------------------------------------
>
>                 Key: CAMEL-64
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-64
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Hiram Chirino
>            Assignee: Willem Jiang
>             Fix For: 2.0.0
>
>
> For example splitter() should be split() and resequencer should be resequence.
> Old methods should be deprecated.

-- 
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