Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.eventsourcing Classes and Interfaces - 29 results found.
NameDescriptionTypePackageFramework
AbstractAggregateFactoryAbstract AggregateFactory implementation that is aware of snapshot events.Classorg.axonframework.eventsourcingAxon
AbstractAnnotatedAggregateRootConvenience super type for aggregate roots that have their event handler methods annotated with the EventSourcingHandler annotation (and EventHandler for backwards compatibility).Classorg.axonframework.eventsourcing.annotationAxon
AbstractAnnotatedEntityConvenience super type for entities (other than aggregate roots) that have their event handler methods annotated with the EventHandler annotation.Classorg.axonframework.eventsourcing.annotationAxon
AbstractEventSourcedAggregateRootAbstract convenience class to be extended by all aggregate roots.Classorg.axonframework.eventsourcingAxon
AbstractEventSourcedEntityBase class for Event Sourced entities that are not at the root of the aggregate.Classorg.axonframework.eventsourcingAxon
AbstractSnapshotterAbstract implementation of the Snapshotter that uses a task executor to creates snapshots.Classorg.axonframework.eventsourcingAxon
AcceptAllConflictResolver contains changes that were not expected by the command handler.Classorg.axonframework.eventsourcing.conflictresolversAxon
AggregateAnnotationInspectorInspects objects to find aggregate specific annotations, such as AggregateIdentifier and EventSourcedMember.Classorg.axonframework.eventsourcing.annotationAxon
AggregateDeletedExceptionSpecial case of the AggregateNotFoundException that indicates that historic information of an aggregate was found, but the aggregate has been deleted.Classorg.axonframework.eventsourcingAxon
AggregateFactoryInterface describing objects capable of creating instances of aggregates to be initialized with an event stream.Interfaceorg.axonframework.eventsourcingAxon
AggregateIdentifierClassorg.axonframework.eventsourcing.annotationAxon
AggregateSnapshotter motivation is that an aggregate always contains all relevant state.Classorg.axonframework.eventsourcingAxon
CachingEventSourcingRepository the need to read all events from disk, at the cost of memory usage.Classorg.axonframework.eventsourcingAxon
CompositeEventStreamDecoratorEventStreamDecorator implementation that delegates to several other decorator instances.Classorg.axonframework.eventsourcingAxon
ConflictResolverInterface describing an object that is capable of detecting conflicts between changes applied to an aggregate, and unseen changes made to the aggregate.Interfaceorg.axonframework.eventsourcingAxon
EventCountSnapshotterTriggerSnapshotter trigger mechanism that counts the number of events to decide when to create a snapshot.Classorg.axonframework.eventsourcingAxon
EventSourcedAggregateRootAggregate that can be initialized using a DomainEventStream.Interfaceorg.axonframework.eventsourcingAxon
EventSourcedEntityInterface towards an Event Sourced Entity that is part of an aggregate, but not its root.Interfaceorg.axonframework.eventsourcingAxon
EventSourcedMemberField-level annotation that indicates the objects referred to in the field are a child of the current entity.Classorg.axonframework.eventsourcing.annotationAxon
EventSourcingHandlerAnnotation that marks a method in an Aggregate (either the root, or an entity) as a handler for Events generated by that aggregate.Classorg.axonframework.eventsourcing.annotationAxon
EventSourcingRepositoryAbstract repository implementation that allows easy implementation of an Event Sourcing mechanism.Classorg.axonframework.eventsourcingAxon
EventStreamDecoratorInterface describing a class that can decorates DomainEventStreams when events for aggregates are read or appended.Interfaceorg.axonframework.eventsourcingAxon
GenericAggregateFactoryAggregate factory that uses a convention to create instances of aggregates.Classorg.axonframework.eventsourcingAxon
HybridJpaRepositoryRepository that stores both a (JPA based) relational model of the current state of an aggregate and the events produced by that aggregate.Classorg.axonframework.eventsourcingAxon
IncompatibleAggregateExceptionException indicating that an aggregate was not compatible with the requirements of the GenericAggregateFactory.Classorg.axonframework.eventsourcingAxon
SnapshotterInterface describing instances that are capable of creating snapshot events for aggregates.Interfaceorg.axonframework.eventsourcingAxon
SnapshotterTriggerInterface for Event Stream Decorators that have the intent to trigger snapshots.Interfaceorg.axonframework.eventsourcingAxon
SpringAggregateSnapshotter used within a Spring Application Context.Classorg.axonframework.eventsourcingAxon
SpringPrototypeAggregateFactoryAggregateFactory implementation that uses Spring prototype beans to create new uninitialized instances ofSince:1.Classorg.axonframework.eventsourcingAxon