Can I use Apache Camel with Micronaut?

你离开我真会死。 提交于 2020-01-05 10:33:28

问题


We have been evaluating the Micronaut framework and are looking to use the Apache Camel library. I do not see a specific integration with Apache Camel. The Apache Camel library does support a set of annotations.

Questions

  • Can we use Apache Camel with Micronaut?
  • If we attempt to use Apache Camel annotations, will it work but revert to using the Java annotation api, i.e. work but not be optimized for Micronaut?

回答1:


Can we use Apache Camel with Micronaut?

Yes.

If we attempt to use Apache Camel annotations, will it work but revert to using the Java annotation api, i.e. work but not be optimized for Micronaut?

Yes.



来源:https://stackoverflow.com/questions/55710879/can-i-use-apache-camel-with-micronaut

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!