public class SpanLogsDecoder extends Object implements ReportableEntityDecoder<com.fasterxml.jackson.databind.JsonNode,SpanLogs>
| Constructor and Description |
|---|
SpanLogsDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(com.fasterxml.jackson.databind.JsonNode msg,
List<SpanLogs> 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(com.fasterxml.jackson.databind.JsonNode msg,
List<SpanLogs> out,
String customerId)
ReportableEntityDecoderdecode in interface ReportableEntityDecoder<com.fasterxml.jackson.databind.JsonNode,SpanLogs>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.