ReferenceGuide icon indicating copy to clipboard operation
ReferenceGuide copied to clipboard

Update EventHandlingConfiguration to EventProcessingConfiguration

Open smcvb opened this issue 6 years ago • 1 comments

The EventHandlingConfiguration has been replaced in favor of the EventProcessingConfiguration. Thus all notion of the EventHandlingConfiguration should be replaced, as well as adding a description of the new features it allows (configuring several Sagas in one Event Processor for example). See #623 for the implementation.

smcvb avatar Jul 04 '18 15:07 smcvb

We should remove the reference to using multiple instances of EventHandlingConfiguration:

Typically, an application will have a single EventHandlingConfiguration defined, but larger more modular applications may choose to define one per module.

While it's possible to have multiple instances, you may find side-effects as described in AxonFramework/AxonFramework#731.

abuijze avatar Sep 05 '18 06:09 abuijze