This repository was archived by the owner on Dec 7, 2018. It is now read-only.
Update EventHandlingConfiguration to EventProcessingConfigurationย #51
Open
Description
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.