Uses of Package
org.axonframework.eventsourcing

Packages that use org.axonframework.eventsourcing
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.eventsourcing.annotation   
org.axonframework.eventsourcing.conflictresolvers   
 

Classes in org.axonframework.eventsourcing used by org.axonframework.eventsourcing
AbstractEventSourcedAggregateRoot
          Abstract convenience class to be extended by all aggregate roots.
AbstractEventSourcedEntity
          Base class for Event Sourced entities that are not at the root of the aggregate.
AbstractSnapshotter
          Abstract implementation of the Snapshotter that uses a task executor to creates snapshots.
AggregateFactory
          Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.
AggregateSnapshotter
          Implementation of a snapshotter that uses the actual aggregate and its state to create a snapshot event.
CachingEventSourcingRepository
          Implementation of the event sourcing repository that uses a cache to improve loading performance.
ConflictResolver
          Interface describing an object that is capable of detecting conflicts between changes applied to an aggregate, and unseen changes made to the aggregate.
EventSourcedAggregateRoot
          Aggregate that can be initialized using a DomainEventStream.
EventSourcingRepository
          Abstract repository implementation that allows easy implementation of an Event Sourcing mechanism.
EventStreamDecorator
          Interface describing a class that can decorates DomainEventStreams when events for aggregates are read or appended.
Snapshotter
          Interface describing a instances that are capable of creating snapshot events for aggregates.
SnapshotterTrigger
          Interface for Event Stream Decorators that have the intent to trigger snapshots.
 

Classes in org.axonframework.eventsourcing used by org.axonframework.eventsourcing.annotation
AbstractEventSourcedAggregateRoot
          Abstract convenience class to be extended by all aggregate roots.
AbstractEventSourcedEntity
          Base class for Event Sourced entities that are not at the root of the aggregate.
EventSourcedAggregateRoot
          Aggregate that can be initialized using a DomainEventStream.
 

Classes in org.axonframework.eventsourcing used by org.axonframework.eventsourcing.conflictresolvers
ConflictResolver
          Interface describing an object that is capable of detecting conflicts between changes applied to an aggregate, and unseen changes made to the aggregate.
 



Copyright © 2011. All Rights Reserved.