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

    Modifier and Type
    Method
    Description
    void
    fireEvent(String monitorName, EventType eventType, Severity severity, String eventCode, MonitorEvent message)
     
     

    Methods inherited from interface org.frankframework.lifecycle.ConfigurableLifecycle

    getPhase, isAutoStartup

    Methods inherited from interface org.frankframework.core.HasName

    getName

    Methods inherited from interface org.frankframework.core.IConfigurable

    configure

    Methods inherited from interface org.springframework.context.Lifecycle

    isRunning, start, stop

    Methods inherited from interface org.frankframework.core.NameAware

    setName

    Methods inherited from interface org.springframework.context.SmartLifecycle

    stop