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 2021/02/01 13:20:00 UTC

[jira] [Created] (CAMEL-16126) camel-core - errorHandler(ref) to make it easier to specify error handler by refernce

Claus Ibsen created CAMEL-16126:
-----------------------------------

             Summary: camel-core - errorHandler(ref) to make it easier to specify error handler by refernce
                 Key: CAMEL-16126
                 URL: https://issues.apache.org/jira/browse/CAMEL-16126
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.8.0


You have to do today

errorHandler(new ErrorHandlerBuilderRef("{{my-error-handler-ref}}"));

But lets make it possible to do

errorHandler("{{my-error-handler-ref}}");



--
This message was sent by Atlassian Jira
(v8.3.4#803005)