RoutePolicy - add onInit callback to let RoutePolicy
----------------------------------------------------

                 Key: CAMEL-2539
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2539
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.3.0


This allows you to build route policies which for example can be controlled by 
a scheduler or the likes to start/stop routes according to a time schedule.

Having {{onInit(Route route)}} allows you to get hold of the route before 
CamelContext and the routes has been started. Which allows your scheduler 
having access to the routes it may have to start / stop.

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