Packages
eventsourcing_glyn
1.0.0
A distributed event sourcing library that enhances existing event stores with Glyn PubSub and Registry capabilities for distributed query actors, event broadcasting, and fault-tolerant command routing
Current section
Files
Jump to
Current section
Files
include/eventsourcing_glyn_GlynStore.hrl
-record(glyn_store, {
pubsub_scope :: binary(),
pubsub_group :: binary(),
glyn_instances :: eventsourcing_glyn:glyn_instances(any()),
underlying_store :: eventsourcing:event_store(any(), any(), any(), any(), any(), any())
}).