Spring Framework Event Handling

From NovaOrdis Knowledge Base
Revision as of 20:47, 23 November 2018 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

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 .

Application Event Listener