@FrankDocGroup(name="Monitoring") public interface IMonitorAdapter
Modifier and Type | Method and Description |
---|---|
void |
configure() |
void |
fireEvent(String subSource,
EventTypeEnum eventType,
SeverityEnum severity,
String message,
Throwable t) |
String |
getName() |
void |
setName(String name) |
XmlBuilder |
toXml() |
void configure() throws ConfigurationException
ConfigurationException
void fireEvent(String subSource, EventTypeEnum eventType, SeverityEnum severity, String message, Throwable t)
XmlBuilder toXml()
void setName(String name)
String getName()
Copyright © 2023 Frank!Framework. All rights reserved.