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

Claus Ibsen resolved CAMEL-11252.
---------------------------------
    Fix Version/s: 3.19.0
                       (was: 3.x)
       Resolution: Fixed

> camel-core : allow to retrieve components/endpoints/etc list with a predicate
> -----------------------------------------------------------------------------
>
>                 Key: CAMEL-11252
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11252
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Luca Burgazzoli
>            Assignee: Nicolas Filotto
>            Priority: Major
>             Fix For: 3.19.0
>
>
> As today components/endpoints and so on can be retrieved/removed from the 
> camel context by id but it would be nice to have a more flexible way to 
> retrieve them like:
> {code:java}
> List<Component> components = context.getComponents(id, component -> {
>     return component instanceof IdAware;
> });
> {code}



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

Reply via email to