Uses of Class
org.axonframework.domain.EventBase

Packages that use EventBase
org.axonframework.domain The domain components of the Axon Framework, mainly the Aggregates and Events. 
org.axonframework.eventhandling.scheduling   
org.axonframework.eventsourcing Classes related to event sourcing. 
 

Uses of EventBase in org.axonframework.domain
 

Subclasses of EventBase in org.axonframework.domain
 class ApplicationEvent
          Represents an event that does not represent a state change of an application but does have functional meaning to the application.
 class DomainEvent
          Base class for all Domain Events.
 class SystemEvent
          System events are a special type of application event.
 

Uses of EventBase in org.axonframework.eventhandling.scheduling
 

Subclasses of EventBase in org.axonframework.eventhandling.scheduling
 class ScheduledEvent
          Abstract implementation of the ApplicationEvent that contains the timestamp of the moment the event is scheduled for publication.
 

Uses of EventBase in org.axonframework.eventsourcing
 

Subclasses of EventBase in org.axonframework.eventsourcing
 class AggregateSnapshot<T extends EventSourcedAggregateRoot>
          Snapshot event that captures the entire aggregate.
 



Copyright © 2011. All Rights Reserved.