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 StringMandatory message prefix, should contain information about the context<T>.Methods inherited from class org.frankframework.lifecycle.events.MessageEvent
getExceptionMessage, getSourceMethods inherited from class org.springframework.context.event.ApplicationContextEvent
getApplicationContextMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ConfigurationMessageEvent
-
ConfigurationMessageEvent
-
ConfigurationMessageEvent
-
-
Method Details
-
getMessagePrefix
Description copied from class:MessageEventMandatory message prefix, should contain information about the context<T>.- Specified by:
getMessagePrefixin classMessageEvent<Configuration>- Returns:
- Type, name and or version.
-