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 SummaryFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Method SummaryMethods inherited from interface org.frankframework.lifecycle.ConfigurableLifecyclegetPhase, isAutoStartup, isConfigured, startMethods inherited from interface org.frankframework.core.IConfigurableconfigureMethods inherited from interface org.springframework.context.LifecycleisRunning, stopMethods inherited from interface org.springframework.context.SmartLifecyclestop
- 
Method Details- 
fireEventvoid fireEvent(String monitorName, EventType eventType, Severity severity, String eventCode, MonitorEvent message) 
- 
toXmlXmlBuilder toXml()
 
-