Modifier and Type | Method and Description |
---|---|
void |
JsonEdgePoster.doPostAsync(java.util.List<Observation> observations,
ObservationPoster.PostCallback callback)
Not implemented in this class.
|
void |
AsyncEdgePoster.doPostAsync(java.util.List<Observation> observations,
ObservationPoster.PostCallback callback)
Asynchronous version of the post transaction method,
sending observations to the edge.
|
void |
ObservationPoster.doPostAsync(java.util.List<Observation> observations,
ObservationPoster.PostCallback callback)
Asynchronous version of the post transaction method,
sending observations to the edge.
|
void |
JsonEdgePoster.doPostAsync(Observation observation,
ObservationPoster.PostCallback callback)
Not implemented in this class.
|
void |
AsyncEdgePoster.doPostAsync(Observation observation,
ObservationPoster.PostCallback callback)
Version of doPostAsync for single Observation.
|
void |
ObservationPoster.doPostAsync(Observation observation,
ObservationPoster.PostCallback callback)
Version of doPostAsync for single Observation.
|