我们可以使用 Akka 和 Camel 集成来实现 REST 服务吗?
我正在阅读有关 Akka 和 Camel 集成的内容。我第一次遇到骆驼,听起来很棒。我们可以简单地使用 Akka 和 Camel 构建 REST 服务吗?在这个方向上有什么有用的指示吗?
I was reading about Akka and Camel integration. I cam across Camel for the first time and it sounds wonderful. Can we build a REST service using Akka and Camel plainly? Any useful pointers in that direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用 Camel 构建 REST 服务,请使用以下 Camel 组件之一
您可以在 Akka 中使用这两个组件(通过 akka-camel 集成模块)。
For building REST services with Camel use one of these Camel components
You can use both components within Akka (via the akka-camel integration module).