AxonFramework / ReferenceGuide

The Reference Guide of Axon Framework
Apache License 2.0
29 stars 22 forks source link

[#73] Describe Message Dispatch Interceptors for the Event Bus #77

Closed smcvb closed 6 years ago

smcvb commented 6 years ago

This PR introduces a Event Interceptors section to the event-processing.md file. More specifically it describes the Dispatch Interceptor which might be registered to the EventBus.

This PR resolves issue #73