I have a spring boot application that extracts data from a device with the specified intervals using spring scheduling. Now I wanted to integrate the same spring boot application to push data using Gateway module.I am not able to find any integration point
Asked
Active
Viewed 241 times
-1
-
Which container did you want to run the application in , windows container or linux container? Have you followed the sample and is it helpful for you? – Michael Xu Aug 24 '18 at 03:23
1 Answers
-1
You can refer to this repo on GitHub. It contains samples on Java. The tutorial Azure IoT Edge BLE Data Converter Module with Java showcases how one might build a module for Azure IoT Edge in Java.

Michael Xu
- 4,382
- 1
- 8
- 16