Luca Burgazzoli created CAMEL-14389:
---------------------------------------
Summary: Make entrypoint for "endpoint dsl" static
Key: CAMEL-14389
URL: https://issues.apache.org/jira/browse/CAMEL-14389
Project: Camel
Issue Type: Improvement
Components: camel-endpointdsl, camel-core
Affects Versions: 3.0.0
Reporter: Luca Burgazzoli
Fix For: 3.1.0
The entrypoint for "endpoint dsl" should be static which allow to use the
endpoint DSL in additional places than just inside a EndpointRouteBuilder
implementation.
As example I'd like to do something like:
{code:java}
fluentProducerTemplate
.to(direct("test").advanced().synchronous(true))
.send()
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)