I’m doing initial investigation into the Axon Framework, and after looking through doc and code I wondered how I would execute AggregateLifecycle.apply from a CompletableFuture returned by an aggregates CommandHandler.
Altered from doc’s GiftCard example (https://docs.axonframework.org/part-i-getting-started/quick-start)):