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 {
...
}
JIRA Issue: [KIEKER-509] [KIEK-24] TODO: JMSLogReplayer: Extract class RecordDelegationPlugin2 Original Reporter: Marius Löwe
kieker.tools.logReplayer.RecordDelegationPlugin2: