Uses of Class
org.axonframework.modelling.command.AggregateLifecycle
Packages that use AggregateLifecycle
Package
Description
Classes related to event sourcing.
-
Uses of AggregateLifecycle in org.axonframework.eventsourcing
Subclasses of AggregateLifecycle in org.axonframework.eventsourcingModifier and TypeClassDescriptionclassImplementation of anAggregatethat is sourced from events that have been published by the aggregate. -
Uses of AggregateLifecycle in org.axonframework.modelling.command
Methods in org.axonframework.modelling.command that return AggregateLifecycleModifier and TypeMethodDescriptionprotected static AggregateLifecycleAggregateLifecycle.getInstance()Get the currentAggregateLifecycleinstance for the current thread. -
Uses of AggregateLifecycle in org.axonframework.modelling.command.inspection
Subclasses of AggregateLifecycle 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 AggregateLifecycle in org.axonframework.test.aggregate
Subclasses of AggregateLifecycle 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