[
https://issues.apache.org/jira/browse/CAMEL-7265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13919204#comment-13919204
]
Claus Ibsen commented on CAMEL-7265:
------------------------------------
The API is at
- org.apache.camel.CamelContext#createRouteStaticEndpointJson
-
org.apache.camel.api.management.mbean.ManagedCamelContextMBean#createRouteStaticEndpointJson
-
org.apache.camel.api.management.mbean.ManagedRouteMBean#createRouteStaticEndpointJson
> Add API to get JSON representation of route input and output endpoints
> ----------------------------------------------------------------------
>
> Key: CAMEL-7265
> URL: https://issues.apache.org/jira/browse/CAMEL-7265
> Project: Camel
> Issue Type: Improvement
> Components: camel-core, jmx
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 2.13.0
>
>
> Introduce an API on CamelContext to get a json of all the routes input and
> outputs. This allows tooling and end users to get a better understanding what
> can come in and out of their routes.
> The api will parse the route model and grab the endpoint uris from static
> configured eips, such as to, wireTap, enrich etc. For dynamic eips we cannot
> know this.
> We can then make a karaf command that can show this details as well, for
> example in a nice table structure, so people can quickly get an overview of
> what can come in and out of their routes (in terms of endpoint uris)
--
This message was sent by Atlassian JIRA
(v6.2#6252)