Uses of Package
org.axonframework.eventsourcing
Packages that use org.axonframework.eventsourcing
Package
Description
Classes related to event sourcing.
-
Classes in org.axonframework.eventsourcing used by org.axonframework.configClassDescriptionInterface describing objects capable of creating instances of aggregates to be initialized with an event stream.Interface describing instances that are capable of creating snapshot events for aggregates.Span factory that creates spans for the
Snapshotter.Interface describing the mechanism for triggering Snapshots. -
Classes in org.axonframework.eventsourcing used by org.axonframework.disruptor.commandhandlingClassDescriptionInterface describing objects capable of creating instances of aggregates to be initialized with an event stream.Interface describing the mechanism for triggering Snapshots.
-
Classes in org.axonframework.eventsourcing used by org.axonframework.eventsourcingClassDescriptionAbstract AggregateFactory implementation that is aware of snapshot events.Abstract implementation of the
Snapshotterthat uses a task executor to creates snapshots.Abstract Builder class to instantiateAbstractSnapshotterimplementations.Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.Implementation of a snapshotter that uses the actual aggregate and its state to create a snapshot event.Builder class to instantiate aAggregateSnapshotter.Default implementation of theSnapshotterSpanFactory.Builder class to instantiate aDefaultSnapshotterSpanFactory.Implementation of anAggregatethat is sourced from events that have been published by the aggregate.Abstract repository implementation that allows easy implementation of an Event Sourcing mechanism.Builder class to instantiate aEventSourcingRepository.Deprecated.Implementation ofSnapshotTriggerDefinitionthat doesn't trigger snapshots at all.Interface describing instances that are capable of creating snapshot events for aggregates.Span factory that creates spans for theSnapshotter.Interface describing a mechanism that keeps track of an Aggregate's activity in order to trigger a snapshot.Interface describing the mechanism for triggering Snapshots. -
Classes in org.axonframework.eventsourcing used by org.axonframework.spring.eventsourcingClassDescriptionAbstract implementation of the
Snapshotterthat uses a task executor to creates snapshots.Abstract Builder class to instantiateAbstractSnapshotterimplementations.Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.Implementation of a snapshotter that uses the actual aggregate and its state to create a snapshot event.Builder class to instantiate aAggregateSnapshotter.Interface describing instances that are capable of creating snapshot events for aggregates.Span factory that creates spans for theSnapshotter. -
Classes in org.axonframework.eventsourcing used by org.axonframework.springboot.autoconfig
-
Classes in org.axonframework.eventsourcing used by org.axonframework.test.aggregateClassDescriptionInterface describing objects capable of creating instances of aggregates to be initialized with an event stream.
MultiStreamableMessageSource.Builder.