public interface ReportableEntityDecoder<T,E>
Decoder,
that supports other object types besides ReportPoint.| Modifier and Type | Method and Description |
|---|---|
default void |
decode(T msg,
List<E> out)
Certain decoders support decoding the customer id from the input line itself.
|
void |
decode(T msg,
List<E> out,
String customerId)
Decode entities (points, spans, etc) and dump them into an output array.
|
void decode(T msg, List<E> out, String customerId)
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 © 2018. All rights reserved.