-1

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

TylerH
  • 20,799
  • 66
  • 75
  • 101
Ganesh
  • 1,654
  • 2
  • 19
  • 32
  • 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 Answers1

-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