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 2016/01/04 13:44:39 UTC

[jira] [Resolved] (CAMEL-9472) Add multi value to component docs

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

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

> Add multi value to component docs
> ---------------------------------
>
>                 Key: CAMEL-9472
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9472
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core, tooling
>    Affects Versions: 2.16.1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.16.2, 2.17.0
>
>
> Some options can be configured using multi-value key/values such as setting options on scheduler, and other where the options is a Map type.
> Some components allow setting those map key/values in the uri, as multi values, eg
> {code}
> file:inbox?delay=5000&scheduler.foo=123&scheduler.bar=456";
> {code}
> The option on the endpoint is named schedulerProperties of Map type. But in the uri you can also configure them with the scheduler. prefix. 
> We need this information in the component docs schema.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)