Uses of Package
org.axonframework.domain

Packages that use org.axonframework.domain
org.axonframework.auditing   
org.axonframework.commandhandling Classes that implement the concept of command handling using explicit command objects. 
org.axonframework.commandhandling.annotation Classes that provide annotation support for command handling. 
org.axonframework.commandhandling.disruptor   
org.axonframework.common.annotation Contains the main classes for annotation support in Axon Framework. 
org.axonframework.domain The domain components of the Axon Framework, mainly the Aggregates and Events. 
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
org.axonframework.eventhandling.async   
org.axonframework.eventhandling.io   
org.axonframework.eventhandling.replay   
org.axonframework.eventhandling.scheduling.quartz   
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.eventsourcing.annotation   
org.axonframework.eventsourcing.conflictresolvers   
org.axonframework.eventstore Definitions and implementations of the Event store, the mechanism that can load event streams and append events to them. 
org.axonframework.eventstore.fs Package containing classes necessary to implement a FileSystem based implementation of the EventStore 
org.axonframework.eventstore.jpa JPA Implementation of the EventStore. 
org.axonframework.repository Classes related to the repository interface and implementations. 
org.axonframework.saga   
org.axonframework.saga.annotation   
org.axonframework.serializer   
org.axonframework.unitofwork Classes in support of the UnitOfWork pattern in Axon Framework. 
 

Classes in org.axonframework.domain used by org.axonframework.auditing
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
 

Classes in org.axonframework.domain used by org.axonframework.commandhandling
Message
          Representation of a Message, containing a Payload and MetaData.
MetaData
          Represents MetaData that is passed along with a payload in a Message.
 

Classes in org.axonframework.domain used by org.axonframework.commandhandling.annotation
AggregateRoot
          Interface defining a contract for entities that represent the aggregate root.
Message
          Representation of a Message, containing a Payload and MetaData.
 

Classes in org.axonframework.domain used by org.axonframework.commandhandling.disruptor
AggregateRoot
          Interface defining a contract for entities that represent the aggregate root.
DomainEventMessage
          Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
DomainEventStream
          The DomainEventStream represents a stream of historical domain events.
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
EventRegistrationCallback
          Callback that allows components to be notified of an event being registered with an Aggregate.
 

Classes in org.axonframework.domain used by org.axonframework.common.annotation
Message
          Representation of a Message, containing a Payload and MetaData.
 

Classes in org.axonframework.domain used by org.axonframework.domain
AggregateRoot
          Interface defining a contract for entities that represent the aggregate root.
DomainEventMessage
          Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
DomainEventStream
          The DomainEventStream represents a stream of historical domain events.
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
EventRegistrationCallback
          Callback that allows components to be notified of an event being registered with an Aggregate.
GenericDomainEventMessage
          Generic implementation of the DomainEventMessage interface.
GenericEventMessage
          Generic implementation of the EventMessage interface.
GenericMessage
          Generic implementation of the Message interface.
IdentifierFactory
          Abstract Factory class that provides access to an IdentifierFactory implementation.
Message
          Representation of a Message, containing a Payload and MetaData.
MetaData
          Represents MetaData that is passed along with a payload in a Message.
 

Classes in org.axonframework.domain used by org.axonframework.eventhandling
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
 

Classes in org.axonframework.domain used by org.axonframework.eventhandling.annotation
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
Message
          Representation of a Message, containing a Payload and MetaData.
 

Classes in org.axonframework.domain used by org.axonframework.eventhandling.async
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
 

Classes in org.axonframework.domain used by org.axonframework.eventhandling.io
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
 

Classes in org.axonframework.domain used by org.axonframework.eventhandling.replay
DomainEventMessage
          Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
 

Classes in org.axonframework.domain used by org.axonframework.eventhandling.scheduling.quartz
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
 

Classes in org.axonframework.domain used by org.axonframework.eventsourcing
AbstractAggregateRoot
          Very basic implementation of the AggregateRoot interface.
AggregateRoot
          Interface defining a contract for entities that represent the aggregate root.
DomainEventMessage
          Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
DomainEventStream
          The DomainEventStream represents a stream of historical domain events.
MetaData
          Represents MetaData that is passed along with a payload in a Message.
 

Classes in org.axonframework.domain used by org.axonframework.eventsourcing.annotation
AbstractAggregateRoot
          Very basic implementation of the AggregateRoot interface.
AggregateRoot
          Interface defining a contract for entities that represent the aggregate root.
DomainEventMessage
          Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
 

Classes in org.axonframework.domain used by org.axonframework.eventsourcing.conflictresolvers
DomainEventMessage
          Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
 

Classes in org.axonframework.domain used by org.axonframework.eventstore
DomainEventMessage
          Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
DomainEventStream
          The DomainEventStream represents a stream of historical domain events.
 

Classes in org.axonframework.domain used by org.axonframework.eventstore.fs
DomainEventMessage
          Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
DomainEventStream
          The DomainEventStream represents a stream of historical domain events.
 

Classes in org.axonframework.domain used by org.axonframework.eventstore.jpa
DomainEventMessage
          Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
DomainEventStream
          The DomainEventStream represents a stream of historical domain events.
 

Classes in org.axonframework.domain used by org.axonframework.repository
AggregateRoot
          Interface defining a contract for entities that represent the aggregate root.
 

Classes in org.axonframework.domain used by org.axonframework.saga
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
 

Classes in org.axonframework.domain used by org.axonframework.saga.annotation
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
 

Classes in org.axonframework.domain used by org.axonframework.serializer
DomainEventMessage
          Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
Message
          Representation of a Message, containing a Payload and MetaData.
MetaData
          Represents MetaData that is passed along with a payload in a Message.
 

Classes in org.axonframework.domain used by org.axonframework.unitofwork
AggregateRoot
          Interface defining a contract for entities that represent the aggregate root.
EventMessage
          Represents a Message wrapping an Event, which is represented by its payload.
 



Copyright © 2010-2012. All Rights Reserved.