Luca Burgazzoli created CAMEL-13658:
---------------------------------------
Summary: 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
Fix For: 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)