Uses of Interface
org.axonframework.modelling.command.ApplyMore
Packages that use ApplyMore
Package
Description
Classes related to event sourcing.
-
Uses of ApplyMore in org.axonframework.eventsourcing
Classes in org.axonframework.eventsourcing that implement ApplyMoreModifier and TypeClassDescriptionclassImplementation of anAggregatethat is sourced from events that have been published by the aggregate.Methods in org.axonframework.eventsourcing that return ApplyMore -
Uses of ApplyMore in org.axonframework.modelling.command
Methods in org.axonframework.modelling.command that return ApplyMoreModifier and TypeMethodDescriptionExecute the givenrunnableafter applying the previous event.ApplyMore.andThenApply(Supplier<?> payloadOrMessageSupplier) Apply a subsequent event to the aggregate after applying another event.default ApplyMoreApplyMore.andThenApplyIf(Supplier<Boolean> condition, Supplier<?> payloadOrMessageSupplier) Conditionally apply a subsequent event to the aggregate after applying another event.default ApplyMoreConditionally execute the givenrunnableafter applying the previous event.static ApplyMoreApply aDomainEventMessagewith given payload without metadata (though interceptors can also be used to provide metadata).static ApplyMoreApply aDomainEventMessagewith given payload and metadata (metadata from interceptors will be combined with the provided metadata).protected abstract <T> ApplyMoreApply aDomainEventMessagewith given payload and metadata (metadata from interceptors will be combined with the provided metadata). -
Uses of ApplyMore in org.axonframework.modelling.command.inspection
Classes in org.axonframework.modelling.command.inspection that implement ApplyMoreModifier and TypeClassDescriptionclassImplementation of theAggregateinterface that allows for an aggregate root to be a POJO with annotations on its Command and Event Handler methods.Methods in org.axonframework.modelling.command.inspection that return ApplyMore -
Uses of ApplyMore in org.axonframework.test.aggregate
Methods in org.axonframework.test.aggregate that return ApplyMore