Spring Framework Event Handling: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


<font color=darkgray>
<font color=darkgray>
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.
ContextStartedEvent, ContextStoppedEvent, ApplicationListener.

Revision as of 20:49, 23 November 2018

External

Internal

Overview

ContextStartedEvent, ContextStoppedEvent, ApplicationListener.

Custom Events .

Application Event Listener