public class EventDecoder extends Object implements ReportableEntityDecoder<String,ReportEvent>
| Constructor and Description |
|---|
EventDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(String msg,
List<ReportEvent> out,
String customerId)
Decode entities (points, spans, etc) and dump them into an output array.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodepublic void decode(String msg, List<ReportEvent> out, String customerId)
ReportableEntityDecoderdecode in interface ReportableEntityDecoder<String,ReportEvent>msg - Message to parse.out - List to output the parsed point.customerId - The customer id to use as the table for the resulting entities.Copyright © 2020. All rights reserved.