public interface TransportClient
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
sendStructuredMeasurement(Map<String,Object> measurement) |
void |
sendStructuredMeasurement(String json) |
String |
toString() |
void sendStructuredMeasurement(Map<String,Object> measurement) throws TransportException
TransportExceptionvoid sendStructuredMeasurement(String json) throws TransportException
TransportExceptionvoid close()
Copyright © 2019. All rights reserved.