Uses of Class
org.axonframework.messaging.Scope
Packages that use Scope
Package
Description
Classes related to event sourcing.
Classes related to message processing in Axon Framework.
-
Uses of Scope in org.axonframework.eventsourcing
Subclasses of Scope in org.axonframework.eventsourcingModifier and TypeClassDescriptionclassImplementation of anAggregatethat is sourced from events that have been published by the aggregate. -
Uses of Scope in org.axonframework.messaging
Methods in org.axonframework.messaging with type parameters of type ScopeModifier and TypeMethodDescriptionstatic <S extends Scope>
SScope.getCurrentScope()Retrieve the currentScope. -
Uses of Scope in org.axonframework.modelling.command
Subclasses of Scope in org.axonframework.modelling.commandModifier and TypeClassDescriptionclassAbstract base class of a component that models an aggregate's life cycle. -
Uses of Scope in org.axonframework.modelling.command.inspection
Subclasses of Scope in org.axonframework.modelling.command.inspectionModifier and TypeClassDescriptionclassImplementation of theAggregateinterface that allows for an aggregate root to be a POJO with annotations on its Command and Event Handler methods. -
Uses of Scope in org.axonframework.modelling.saga
Subclasses of Scope in org.axonframework.modelling.sagaModifier and TypeClassDescriptionclassImplementation of theinterfacethat allows for a POJO instance with annotated message handlers to act as a Saga.classAbstract base class of a component that models a saga's life cycle. -
Uses of Scope in org.axonframework.test.aggregate
Subclasses of Scope in org.axonframework.test.aggregateModifier and TypeClassDescriptionclassStub implementation of an AggregateLifecycle that registers all applied events for verification later.classImplementation ofStubAggregateLifecyclethat can be used as anRegisterExtensionannotated method or field in a test class.classDeprecated.
StubAggregateLifecycleExtensionto be used in combination with Junit 5