You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: