public class NoneTraceMetadataRewriter extends java.lang.Object implements ITraceMetadataRewriter
| Constructor and Description |
|---|
NoneTraceMetadataRewriter()
Create the rewriter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
rewrite(Connection connection,
IMonitoringRecord record,
long loggingTimestamp,
teetime.framework.OutputPort<IMonitoringRecord> outputPort)
Rewrite a record if necessary.
|
public NoneTraceMetadataRewriter()
public void rewrite(Connection connection, IMonitoringRecord record, long loggingTimestamp, teetime.framework.OutputPort<IMonitoringRecord> outputPort) throws java.io.IOException
ITraceMetadataRewriterrewrite in interface ITraceMetadataRewriterconnection - connection used for incoming recordsrecord - the incoming recordloggingTimestamp - the logging timestamp to be usedoutputPort - the output port for sending the rewritten recordjava.io.IOException - might occur during connectionCopyright 2020 Kieker Project, http://kieker-monitoring.net