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

Richard Kettelerij edited comment on CAMEL-4217 at 7/12/11 8:27 PM:
--------------------------------------------------------------------

I can see a String argument making sense in the Spring DSL, but in the Java DSL 
I would prefer just one method that accepts a boolean. What would be the 
benefit of a String argument? To support expressions I would expect to see 
{{autoStart(Expression)}}.

      was (Author: rkettelerij):
    I can see a String argument making sense in the Spring DSL, but in the Java 
DSL I would prefer just one method that accepts a boolean. What would be the 
benefit of a String argument?
  
> support route autoStartup(String|boolean) in Java DSL
> -----------------------------------------------------
>
>                 Key: CAMEL-4217
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4217
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Ben O'Day
>            Assignee: Ben O'Day
>            Priority: Trivial
>             Fix For: 2.9.0
>
>
> should be able call autoStartup(String|boolean) on a route in the Java DSL 
> (works fine in Spring)...would allow for conditional startup based on 
> properties, etc...

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

        

Reply via email to