The EventHandlingExecutor is an interface that defines the process to execute the event handlers when events are received.
Currently, there is only one implementation ( SimpleEventHandlingExecutor ) of this interface. It simply uses the EventHandlingRegistry to get the list of EventHandlers to execute when a specific repository event is triggered and executes them synchronously one by one.