Uses of Class
com.cumulocity.sdk.client.buffering.Future
-
Packages that use Future Package Description com.cumulocity.sdk.client com.cumulocity.sdk.client.alarm Provides the classes necessary to create, update and query alarms.com.cumulocity.sdk.client.buffering com.cumulocity.sdk.client.devicecontrol com.cumulocity.sdk.client.event Provides the classes necessary to create, delete, update and query events.com.cumulocity.sdk.client.measurement Provides the classes necessary to create, delete and query measurements.com.cumulocity.sdk.client.option -
-
Uses of Future in com.cumulocity.sdk.client
Methods in com.cumulocity.sdk.client that return Future Modifier and Type Method Description <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
Methods in com.cumulocity.sdk.client.alarm that return Future Modifier and Type Method Description FutureAlarmApi. createAsync(AlarmRepresentation alarm)Creates an alarm in the platform.FutureAlarmApiImpl. createAsync(AlarmRepresentation representation) -
Uses of Future in com.cumulocity.sdk.client.buffering
Methods in com.cumulocity.sdk.client.buffering that return Future Modifier and Type Method Description FutureBufferRequestService. create(BufferedRequest request)FutureBufferRequestServiceImpl. create(BufferedRequest request) -
Uses of Future in com.cumulocity.sdk.client.devicecontrol
Methods in com.cumulocity.sdk.client.devicecontrol that return Future Modifier and Type Method Description FutureDeviceControlApi. updateAsync(OperationRepresentation operation)Updates operation in the platform.FutureDeviceControlApiImpl. updateAsync(OperationRepresentation operation) -
Uses of Future in com.cumulocity.sdk.client.event
Methods in com.cumulocity.sdk.client.event that return Future Modifier and Type Method Description FutureEventApi. createAsync(EventRepresentation event)Creates event in the platform.FutureEventApiImpl. createAsync(EventRepresentation representation) -
Uses of Future in com.cumulocity.sdk.client.measurement
Methods in com.cumulocity.sdk.client.measurement that return Future Modifier and Type Method Description FutureMeasurementApi. createAsync(MeasurementRepresentation measurement)Creates measurement in the platform.FutureMeasurementApiImpl. createAsync(MeasurementRepresentation measurementRepresentation) -
Uses of Future in com.cumulocity.sdk.client.option
Methods in com.cumulocity.sdk.client.option that return Future Modifier and Type Method Description FutureTenantOptionApi. saveAsync(OptionRepresentation option)Creates or updates an option in the platform.FutureTenantOptionApiImpl. saveAsync(OptionRepresentation representation)
-