- Mastering Apache Camel
- Jean-Baptiste Onofré
- 91字
- 2021-07-16 13:50:20
Easy configuration and URI
Camel uses a different approach based on URI. The endpoint itself and its configuration are on the URI.
The URI is human readable and provides the details of the endpoint, which is the endpoint component and the endpoint configuration.
As this URI is part of the complete configuration (which defines what we name a route, as we will see later), it's possible to have a complete overview of the integration logic and connectivity in a row. We will cover this in detail in Chapter 2, Core Concepts.
推薦閱讀
- C# Programming Cookbook
- 架構不再難(全5冊)
- Python自然語言處理(微課版)
- Python 3破冰人工智能:從入門到實戰
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Learning FuelPHP for Effective PHP Development
- NetBeans IDE 8 Cookbook
- Building Serverless Web Applications
- ASP.NET Core and Angular 2
- Android項目實戰:博學谷
- PyTorch生成對抗網絡編程
- HTML 5與CSS 3權威指南(第4版·上冊)
- Python架構模式:精通基于Python的API設計、事件驅動架構和包管理
- 編程改變生活:用Python提升你的能力(基礎篇·微課視頻版)
- C++并發編程實戰(第2版)