kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-509] [KIEK-24] TODO: JMSLogReplayer: Extract class RecordDelegationPlugin2 #1676

Closed rju closed 16 hours ago

rju commented 3 days ago

JIRA Issue: [KIEKER-509] [KIEK-24] TODO: JMSLogReplayer: Extract class RecordDelegationPlugin2 Original Reporter: Marius Löwe


kieker.tools.logReplayer.RecordDelegationPlugin2:

/**
 * Kieker analysis plugin that delegates each record to the configured
 * {link IMonitoringRecordReceiver}.
 * 
 * TODO: We need to extract this class and merge it with that of
 * {link FilesystemLogReplayer}
 * See ticket https://kieker-monitoring.atlassian.net/ticket/173
 * 
 * author Andre van Hoorn
 * 
 */
class RecordDelegationPlugin2 implements IMonitoringRecordConsumerPlugin {
...
}
rju commented 2 days ago

author nils-christian -- Tue, 6 Mar 2012 11:09:57 +0100

See KIEKER-694 Done .