Module adapters

Module adapters 

Source
Expand description

Protocol adapters for consistency engine

Protocol adapters implement the ProtocolAdapter trait to integrate individual protocols (HTTP, GraphQL, gRPC, etc.) with the consistency engine.

Each adapter listens to state change events and updates its protocol-specific state accordingly, ensuring all protocols reflect the unified state.

Traitsยง

ProtocolAdapter
Trait for protocol adapters