Uses of Package
org.axonframework.eventsourcing

Packages that use org.axonframework.eventsourcing
org.axonframework.commandhandling.disruptor   
org.axonframework.contextsupport.spring   
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.eventsourcing.annotation   
org.axonframework.eventsourcing.conflictresolvers   
org.axonframework.gae.eventstore   
org.axonframework.quickstart.annotated   
org.axonframework.quickstart.handler   
org.axonframework.test Classes in support of testing Axon based applications. 
 

Classes in org.axonframework.eventsourcing used by org.axonframework.commandhandling.disruptor
AggregateFactory
          Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.
EventSourcedAggregateRoot
          Aggregate that can be initialized using a DomainEventStream.
EventStreamDecorator
          Interface describing a class that can decorates DomainEventStreams when events for aggregates are read or appended.
 

Classes in org.axonframework.eventsourcing used by org.axonframework.contextsupport.spring
AggregateFactory
          Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.
EventSourcedAggregateRoot
          Aggregate that can be initialized using a DomainEventStream.
EventStreamDecorator
          Interface describing a class that can decorates DomainEventStreams when events for aggregates are read or appended.
SnapshotterTrigger
          Interface for Event Stream Decorators that have the intent to trigger snapshots.
 

Classes in org.axonframework.eventsourcing used by org.axonframework.eventsourcing
AbstractAggregateFactory
          Abstract AggregateFactory implementation that is aware of snapshot events.
AbstractEventSourcedAggregateRoot
          Abstract convenience class to be extended by all aggregate roots.
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.
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.
EventSourcedEntity
          Interface towards an Event Sourced Entity that is part of an aggregate, but not its root.
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 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.
EventSourcedEntity
          Interface towards an Event Sourced Entity that is part of an aggregate, but not its root.
 

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.
 

Classes in org.axonframework.eventsourcing used by org.axonframework.gae.eventstore
Snapshotter
          Interface describing instances that are capable of creating snapshot events for aggregates.
 

Classes in org.axonframework.eventsourcing used by org.axonframework.quickstart.annotated
EventSourcedAggregateRoot
          Aggregate that can be initialized using a DomainEventStream.
 

Classes in org.axonframework.eventsourcing used by org.axonframework.quickstart.handler
AbstractEventSourcedAggregateRoot
          Abstract convenience class to be extended by all aggregate roots.
EventSourcedEntity
          Interface towards an Event Sourced Entity that is part of an aggregate, but not its root.
 

Classes in org.axonframework.eventsourcing used by org.axonframework.test
AggregateFactory
          Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.
EventSourcedAggregateRoot
          Aggregate that can be initialized using a DomainEventStream.
EventSourcingRepository
          Abstract repository implementation that allows easy implementation of an Event Sourcing mechanism.
 



Copyright © 2010-2016. All Rights Reserved.