You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/06/19 04:02:00 UTC

[jira] [Resolved] (CAMEL-13658) Refine ProcessorDefinition output handling

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

Claus Ibsen resolved CAMEL-13658.
---------------------------------
    Resolution: Fixed

> Refine ProcessorDefinition output handling
> ------------------------------------------
>
>                 Key: CAMEL-13658
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13658
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Luca Burgazzoli
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 3.0.0, 3.0.0.M4
>
>
> The ProcessDefinition class is the base class for most of the DSL / Definitions and defines a  number of methods related to outputs such as:
> {code:java}
> public abstract List<ProcessorDefinition<?>> getOutputs();
> public abstract boolean isOutputSupported();
> {code}
> The information about the ability to handle outputs is thus available at runtime only which complicates the creation of alternative DSLs (i.e https://github.com/apache/camel-k-runtime/issues/80)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)