Class FilebasedValueSetSupplier

    • Constructor Detail

      • FilebasedValueSetSupplier

        public FilebasedValueSetSupplier​(File resource,
                                         Duration refreshRate)
                                  throws IOException
        Constructor.
        Parameters:
        resource - the path to the file containing the JSON representation of the value set
        refreshRate - the refresh rate (how often should the file be re-read?)
        Throws:
        IOException - if the file can not be read or if the JSON can not be successfully parsed