Package org.jumpmind.symmetric
Class SymmetricBootFailedListener
java.lang.Object
org.jumpmind.symmetric.SymmetricBootFailedListener
- All Implemented Interfaces:
EventListener
,org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationFailedEvent>
public class SymmetricBootFailedListener
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationFailedEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onApplicationEvent
(org.springframework.boot.context.event.ApplicationFailedEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
SymmetricBootFailedListener
public SymmetricBootFailedListener()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationFailedEvent event) - Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationFailedEvent>
-