public abstract class AbstractMonitoringWriter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Configuration |
configuration
The writer's configuration
|
Constructor and Description |
---|
AbstractMonitoringWriter(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
abstract void |
onStarting()
This event fires when Kieker has been initialized and is ready to monitor.
|
abstract void |
onTerminating()
This event fires when Kieker has been notified to terminate.
|
java.lang.String |
toString()
Returns a textual representation of the writer's configuration.
|
abstract void |
writeMonitoringRecord(IMonitoringRecord record)
This event fires when Kieker has received a new record.
|
protected final Configuration configuration
public AbstractMonitoringWriter(Configuration configuration)
public abstract void onStarting()
MonitoringWriterThread
just before reading the writer queue.public abstract void writeMonitoringRecord(IMonitoringRecord record)
public abstract void onTerminating()
MonitoringWriterThread
just after finishing the writer queue.public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2017 Kieker Project, http://kieker-monitoring.net