[
https://issues.apache.org/jira/browse/CAMEL-22375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen reassigned CAMEL-22375:
-----------------------------------
Assignee: Claus Ibsen
> 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
> Assignee: Claus Ibsen
> 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)