Packages

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
eventsourcing_glyn include eventsourcing_glyn_GlynStore.hrl
Raw

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())
}).