AxonFramework / ReferenceGuide

The Reference Guide of Axon Framework
Apache License 2.0
29 stars 22 forks source link

Provide explanation of ConcludesBatch Event Handler parameter #96

Open smcvb opened 6 years ago

smcvb commented 6 years ago

The @ConcludesBatch can be used in @EventHandler annotated function to check whether a batch of events has concluded yes/no. This is beneficial in situations where optimization of a query model update are required to only occur after a batch of events has been rounded up.

This thus translates to a short explanation in the 'performance tuning' section to describe this functionality.