Class StartupFailEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.odpi.openmetadata.platformchassis.springboot.StartupFailEvent
- All Implemented Interfaces:
Serializable
public class StartupFailEvent
extends org.springframework.context.ApplicationEvent
Application event used for the case of startup list fails
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the message.Return the source.Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
StartupFailEvent
Constructor- Parameters:
source
- sourcemessage
- message
-
-
Method Details
-
getSource
Return the source.- Overrides:
getSource
in classEventObject
- Returns:
- object
-
getMessage
Return the message.- Returns:
- string
-