整合模式

连接系统。
保持逻辑可见。

围绕您的 API、数据格式和操作环境构建集成工作流程。从一个清晰的模式开始,然后根据您的应用程序的要求进行调整。

API orchestration

Compose request handling, validation, routing and response construction. Keep reusable business logic in subprocesses.

HTTP → Validate → Route → Respond

在 Studio 中构建 →

XML and JSON transformation

Keep schemas, namespaces, mapping rules and local contract dependencies with the application that uses them.

Read → Validate → Transform → Return

在 Studio 中构建 →

Event-driven integration

Design flows around configured messaging, file or event sources. Use the connector and delivery semantics supported by your installed runtime.

Receive → Process → Confirm

在 Studio 中构建 →

Team-to-team handoff

Export saved applications with their pinned source dependencies. Preview and clone into a new Studio project before rebinding local connectors.

Export → Review → Import → Configure

在 Studio 中构建 →