API Reference ex_esdb_commanded v#0.1.0

Modules

An adapter for Commanded to use ExESDB as the event store. for reference, see: https://hexdocs.pm/commanded/Commanded.EventStore.Adapter.html

Handles conversion between ExESDB events and Commanded events.

Helper functions for stream operations and subscription type detection.

Supervised GenServer that handles subscription proxies for converting ExESDB events to Commanded format.

Supervisor for SubscriptionProxy processes.

A process that subscribes to the EventStore's Phoenix PubSub <store>:$all topic and filters events by stream_id for aggregate transient subscriptions.

DynamicSupervisor for managing AggregateListener processes.

Configuration validation and normalization for ExESDB.Commanded.Adapter.

A mapper for Commanded to use ExESDB as the event store.