public class RegularRecordHandler extends java.lang.Object implements java.lang.Runnable, IRecordReceivedListener
| Constructor and Description |
|---|
RegularRecordHandler(AMQPReader readerLogic,
ReaderRegistry<java.lang.String> stringRegistry)
Creates a new regular record handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
enqueueRegularRecord(java.nio.ByteBuffer buffer)
Enqueues an unparsed regular record for processing.
|
void |
onRecordReceived(IMonitoringRecord record) |
void |
run() |
public RegularRecordHandler(AMQPReader readerLogic, ReaderRegistry<java.lang.String> stringRegistry)
readerLogic - The reader logic class to send the instantiated records tostringRegistry - The string registry to usepublic void run()
run in interface java.lang.Runnablepublic void enqueueRegularRecord(java.nio.ByteBuffer buffer)
buffer - The unparsed data in an appropriately positioned byte bufferpublic void onRecordReceived(IMonitoringRecord record)
onRecordReceived in interface IRecordReceivedListenerCopyright 2020 Kieker Project, http://kieker-monitoring.net