Class AlarmConfigLogger

  • All Implemented Interfaces:
    Runnable

    public class AlarmConfigLogger
    extends Object
    implements Runnable
    A Runnable which creates the alarm config model for the given topic and its associated local and remote git repo.
    Author:
    Kunal Shroff
    • Constructor Detail

      • AlarmConfigLogger

        public AlarmConfigLogger​(String topic,
                                 String location,
                                 String remoteLocation)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable