Spring Framework Event Handling

From NovaOrdis Knowledge Base
Revision as of 19:40, 7 November 2018 by Ovidiu (talk | contribs) (Created page with "=Internal= * [Spring_Framework#Spring_Framework_Core_Technologies_Concepts|Spring Framework]] =Overview= <font color=darkgray> Spring event handling is single threaded and...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

  • [Spring_Framework#Spring_Framework_Core_Technologies_Concepts|Spring Framework]]

Overview

Spring event handling is single threaded and synchronous in nature. If an event is published, until and unless all receivers get the message, the processes are blocked and the flow will not continue.

ContextStartedEvent, ContextStoppedEvent, ApplicationListener.

Custom Events .