Package io.fluxcapacitor.common.api.eventsourcing
package io.fluxcapacitor.common.api.eventsourcing
-
ClassesClassDescriptionCommand used to append one or more event batches to the event store.Compact metric representation of an
AppendEvents
command.Command to permanently delete all events associated with a specific aggregate ID.Represents a batch of serialized events for a specific aggregate.A compact metric representation of anEventBatch
, used inAppendEvents.Metric
.A request to fetch stored events for a specific aggregate in an event-sourced system.Response to aGetEvents
request, returning a batch of events for an aggregate.Lightweight metric representation of aGetEventsResult
used for monitoring.