Uses of Class
com.cumulocity.sdk.client.buffering.Future
Package
Description
Provides the classes necessary to create, update and query alarms.
Provides the classes necessary to create, delete, update and query events.
Provides the classes necessary to create, delete and query measurements.
-
Uses of Future in com.cumulocity.sdk.client
Modifier and TypeMethodDescription<T extends ResourceRepresentation>
FutureRestConnector.postAsync
(String path, CumulocityMediaType mediaType, T representation) <T extends ResourceRepresentation>
FutureRestOperations.postAsync
(String path, CumulocityMediaType mediaType, T representation) <T extends ResourceRepresentation>
FutureRestConnector.putAsync
(String path, CumulocityMediaType mediaType, T representation) <T extends ResourceRepresentation>
FutureRestOperations.putAsync
(String path, CumulocityMediaType mediaType, T representation) -
Uses of Future in com.cumulocity.sdk.client.alarm
Modifier and TypeMethodDescriptionAlarmApi.createAsync
(AlarmRepresentation alarm) Creates an alarm in the platform.AlarmApiImpl.createAsync
(AlarmRepresentation representation) -
Uses of Future in com.cumulocity.sdk.client.buffering
Modifier and TypeMethodDescriptionBufferRequestService.create
(BufferedRequest request) BufferRequestServiceImpl.create
(BufferedRequest request) -
Uses of Future in com.cumulocity.sdk.client.devicecontrol
Modifier and TypeMethodDescriptionDeviceControlApi.updateAsync
(OperationRepresentation operation) Updates operation in the platform.DeviceControlApiImpl.updateAsync
(OperationRepresentation operation) -
Uses of Future in com.cumulocity.sdk.client.event
Modifier and TypeMethodDescriptionEventApi.createAsync
(EventRepresentation event) Creates event in the platform.EventApiImpl.createAsync
(EventRepresentation representation) -
Uses of Future in com.cumulocity.sdk.client.measurement
Modifier and TypeMethodDescriptionMeasurementApi.createAsync
(MeasurementRepresentation measurement) Creates measurement in the platform.MeasurementApiImpl.createAsync
(MeasurementRepresentation measurementRepresentation) -
Uses of Future in com.cumulocity.sdk.client.option
Modifier and TypeMethodDescriptionTenantOptionApi.saveAsync
(OptionRepresentation option) Creates or updates an option in the platform.TenantOptionApiImpl.saveAsync
(OptionRepresentation representation)