Connecting Systems

Integrate external systems with the ledger using bridges, effects, and processing policies

The ledger connects to external systems in three ways: bridges for two-phase commit synchronization, effects for event-driven notifications, and processing policies for synchronous interception. This section covers all three.

Bridges

Bridges register external services that participate in transaction processing through a two-phase commit protocol.

Effects

Effects let you observe ledger events and react to them with webhook notifications.

Aspects

Tutorials

Prerequisites

On this page