Claus Ibsen created CAMEL-8340:
----------------------------------
Summary: Every endpoint should declare if they are consumer or
producer only - if they only support one kind
Key: CAMEL-8340
URL: https://issues.apache.org/jira/browse/CAMEL-8340
Project: Camel
Issue Type: Sub-task
Components: camel-core, tooling
Reporter: Claus Ibsen
Fix For: 2.15.0
The @UriEndpoint has two options to set the endpoint as an consumer or producer
only.
This aid Camel to know this instead of rely on the endpoint throwing an
exception in the createConsumer / createProducer methods.
By default its assumed its can do both. But we have some endpoints which can
only do one kind, and we need to check that.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)