Final answer:
In an event-driven architecture (EDA), business events are "pushed" immediately and simultaneously to all interested parties.
Step-by-step explanation:
In an event-driven architecture (EDA), business events are "pushed" immediately and simultaneously to all interested parties. This means that when an event occurs, it is sent to all interested recipients without delay. It is a reactive approach where the interested parties are notified of the event and can then take appropriate actions.
In an event-driven architecture (EDA), business events are generally handled in a reactive manner where events are "pushed" to interested parties rather than being polled or pulled in by the recipients. This approach allows for immediate and simultaneous notification to all parties that are set up to listen for these events. Hence, the correct answer to this question is that business events are "pushed" immediately and simultaneously to all interested parties.