Uses of Interface
org.axonframework.messaging.ScopeAware
Packages that use ScopeAware
Package
Description
Classes related to event sourcing.
Classes related to message processing in Axon Framework.
-
Uses of ScopeAware in org.axonframework.config
Methods in org.axonframework.config that return types with arguments of type ScopeAwareModifier and TypeMethodDescriptionConfigurationScopeAwareProvider.provideScopeAwareStream(ScopeDescriptor scopeDescriptor) -
Uses of ScopeAware in org.axonframework.eventsourcing
Classes in org.axonframework.eventsourcing that implement ScopeAwareModifier and TypeClassDescriptionclassImplementation of the event sourcing repository that uses a cache to improve loading performance.classAbstract repository implementation that allows easy implementation of an Event Sourcing mechanism. -
Uses of ScopeAware in org.axonframework.messaging
Methods in org.axonframework.messaging that return types with arguments of type ScopeAwareModifier and TypeMethodDescriptionScopeAwareProvider.provideScopeAwareStream(ScopeDescriptor scopeDescriptor) Retrieve aStreamofScopeAwarecomponents, by performing a check whether that component is able to handle aScopedescribed by aScopeDescriptor. -
Uses of ScopeAware in org.axonframework.modelling.command
Subinterfaces of ScopeAware in org.axonframework.modelling.commandModifier and TypeInterfaceDescriptioninterfaceRepository<T>TheRepositoryprovides an abstraction of the storage of aggregates.Classes in org.axonframework.modelling.command that implement ScopeAwareModifier and TypeClassDescriptionclassAbstractRepository<T,A extends Aggregate<T>> Abstract implementation of theRepositorythat takes care of the dispatching of events when an aggregate is persisted.classGeneric repository implementation that stores JPA annotated aggregates.classLockingRepository<T,A extends Aggregate<T>> Implementation of the Repository interface that takes provides a locking mechanism to prevent concurrent modifications of persisted aggregates. -
Uses of ScopeAware in org.axonframework.modelling.command.legacyjpa
Classes in org.axonframework.modelling.command.legacyjpa that implement ScopeAware -
Uses of ScopeAware in org.axonframework.modelling.saga
Classes in org.axonframework.modelling.saga that implement ScopeAwareModifier and TypeClassDescriptionclassAbstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.classImplementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management.
GenericJpaRepositorywhich moved to jakarta.