Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Cumulocity client using spring boot reactive stack (WebFlux). Developed by Global Competency Center IoT

License

Notifications You must be signed in to change notification settings

Cumulocity-IoT/cumulocity-client-reactive-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!!! Archived -- this repository is currently not actively maintained!

cumulocity-client-reactive-spring-boot

Cumulocity client using spring boot reactive stack (WebFlux) https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html

State

Current Cumulocity Java SDK are synchrone. To build a non blocking and even a reactive application a reactive client is needed! Currently i finished InventoryService with following support:

InventoryService:

  • create ManagedObject (create)
  • update ManagedObject (update)
  • delete ManagedObject (delete)
  • get specific ManagedObject by id (detail)
  • get complete list of ManagedObject (list)
  • get list of ManagedObject by query parameters (listQuery)
  • get childDevices, childAssets and childAdditions
  • add childDevices, childAssets and childAdditions
  • remove childDevices, childAssets and childAdditions

next step:

MeasurementService:

  • create Measurement
  • create Measurement series ...

I am looking also for contributors, please let me know!

Vision

Authors

Alexander Pester

Disclaimer

These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.

Contact

For more information you can Ask a Question in the TECHcommunity Forums.

You can find additional information in the Software AG TECHcommunity.


Contact us at TECHcommunity if you have any questions.

About

Cumulocity client using spring boot reactive stack (WebFlux). Developed by Global Competency Center IoT

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages