- doPost(List<Observation>) - Method in class no.tellu.findit.client.edge.JsonEdgePoster
-
- doPost(List<Observation>) - Method in interface no.tellu.findit.client.edge.ObservationPoster
-
Performs a transaction sending observations to the edge.
- doPostAsync(List<Observation>, ObservationPoster.PostCallback) - Method in class no.tellu.findit.client.edge.AsyncEdgePoster
-
Asynchronous version of the post transaction method,
sending observations to the edge.
- doPostAsync(Observation, ObservationPoster.PostCallback) - Method in class no.tellu.findit.client.edge.AsyncEdgePoster
-
Version of doPostAsync for single Observation.
- doPostAsync(List<Observation>, ObservationPoster.PostCallback) - Method in class no.tellu.findit.client.edge.JsonEdgePoster
-
Not implemented in this class.
- doPostAsync(Observation, ObservationPoster.PostCallback) - Method in class no.tellu.findit.client.edge.JsonEdgePoster
-
Not implemented in this class.
- doPostAsync(List<Observation>, ObservationPoster.PostCallback) - Method in interface no.tellu.findit.client.edge.ObservationPoster
-
Asynchronous version of the post transaction method,
sending observations to the edge.
- doPostAsync(Observation, ObservationPoster.PostCallback) - Method in interface no.tellu.findit.client.edge.ObservationPoster
-
Version of doPostAsync for single Observation.