public class ReportPointDecoderWrapper extends Object implements ReportableEntityDecoder<String,ReportPoint>
Decoder as ReportableEntityDecoder.| Constructor and Description |
|---|
ReportPointDecoderWrapper(Decoder<String> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(String msg,
List<ReportPoint> 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<ReportPoint> out, String customerId)
ReportableEntityDecoderdecode in interface ReportableEntityDecoder<String,ReportPoint>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 © 2019. All rights reserved.