Class ConfigurationMessageEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
org.frankframework.lifecycle.events.MessageEvent<Configuration>
org.frankframework.lifecycle.events.ConfigurationMessageEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationMessageEvent
(Configuration source, String message) ConfigurationMessageEvent
(Configuration source, String message, Exception e) ConfigurationMessageEvent
(Configuration source, String message, MessageEventLevel level) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Mandatory message prefix, should contain information about the context<T>
.Methods inherited from class org.frankframework.lifecycle.events.MessageEvent
getExceptionMessage, getSource
Methods inherited from class org.springframework.context.event.ApplicationContextEvent
getApplicationContext
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ConfigurationMessageEvent
-
ConfigurationMessageEvent
-
ConfigurationMessageEvent
-
-
Method Details
-
getMessagePrefix
Description copied from class:MessageEvent
Mandatory message prefix, should contain information about the context<T>
.- Specified by:
getMessagePrefix
in classMessageEvent<Configuration>
- Returns:
- Type, name and or version.
-