Raymond created CAMEL-22375:
-------------------------------
Summary: 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
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)