AxonFramework / ReferenceGuide

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

[#72] Describe Message Handler Interceptors for Event Processors #78

Closed smcvb closed 6 years ago

smcvb commented 6 years ago

This PR introduces a Handler Interceptors section to the event-processing.md file, describing what it does and how you can create and register one to your EventProcessors. I have additionally made a small adjustment to the handler interceptor description of the command and query section, fine tuning the usage of the UnitOfWork in there.

Lastly I have linked to the event interceptors section in the metrics-and-monitoring.md section, as that part was missing there whilst the query and command side links were represented.

This PR resolves issue #72