Current section
Files
Jump to
Current section
Files
include/eventsourcing_AggregateActorState.hrl
-record(aggregate_actor_state, {
aggregate :: eventsourcing:aggregate(any(), any(), any(), any()),
eventsourcing :: eventsourcing:event_sourcing(any(), any(), any(), any(), any(), any())
}).