[ 
https://issues.apache.org/jira/browse/CAMEL-22375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-22375:
--------------------------------
    Fix Version/s: 4.15.0

> Enhance CamelContext API to get a list of groups
> ------------------------------------------------
>
>                 Key: CAMEL-22375
>                 URL: https://issues.apache.org/jira/browse/CAMEL-22375
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 4.14.0
>            Reporter: Raymond
>            Priority: Minor
>             Fix For: 4.15.0
>
>
> Since 4.14.0 it's possible to get a list with the routes of a specific group:
> {code:java}
> List<Route> routesByGroup = context.getRoutesByGroup("myGroup"); {code}
> A thing that I like to know is what groups are available. This is a list of 
> all groups.
> Something like:
> {code:java}
> List<String> groups = context.getGroups();{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to