Package org.frankframework.monitoring
Interface IMonitorDestination
- All Superinterfaces:
ConfigurableLifecycle,HasName,IConfigurable,org.springframework.context.Lifecycle,NameAware,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
- All Known Implementing Classes:
AbstractMonitorDestination,MonitorDestination,SenderMonitorAdapter
@FrankDocGroup(MONITORING)
public interface IMonitorDestination
extends ConfigurableLifecycle, NameAware, HasName
Interface to monitoring service.
- Since:
- 4.7
- Author:
- Gerrit van Brakel
-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Method Summary
Methods inherited from interface org.frankframework.lifecycle.ConfigurableLifecycle
getPhase, isAutoStartup, isConfigured, startMethods inherited from interface org.frankframework.core.IConfigurable
configureMethods inherited from interface org.springframework.context.Lifecycle
isRunning, stopMethods inherited from interface org.springframework.context.SmartLifecycle
stop
-
Method Details
-
fireEvent
void fireEvent(String monitorName, EventType eventType, Severity severity, String eventCode, MonitorEvent message) -
toXml
XmlBuilder toXml()
-