This pull request contains several adjustments to accompany changes made in Axon Framework 4.7, being:
Defining the TrackingToken can be retrieved from the UnitOfWork#resources for any processors, following #2562.
Revamping the Aggregate Test Fixture section's given and when phases. The main intent was to provide space for the new whenInvoking and whenConstructing, introduced in #2551.
Specifying that a parameter of type DeadLetter can be added to Event Handling methods, following pull request #2547 in Axon Framework.
Some minor tweaks to the Handler Enhancers section. Partially to align with the current standards but also to provide space for the registerHandlerEnhancerDefinition introduced in pull request #2545.
Switch the mentioned previous default of heartbeats being disabled to enabled. This change follows this small (yet important) adjustment made in #2530.
This pull request contains several adjustments to accompany changes made in Axon Framework 4.7, being:
TrackingToken
can be retrieved from theUnitOfWork#resources
for any processors, following #2562.whenInvoking
andwhenConstructing
, introduced in #2551.DeadLetter
can be added to Event Handling methods, following pull request #2547 in Axon Framework.registerHandlerEnhancerDefinition
introduced in pull request #2545.