Class AsyncPropertiesLoader

java.lang.Object
org.hawaiiframework.async.AsyncPropertiesLoader

public class AsyncPropertiesLoader extends Object
Helper class to actually load the async configuration properties from the configuration file.
Since:
2.0.0
  • Constructor Details

    • AsyncPropertiesLoader

      public AsyncPropertiesLoader(String configFile)
      Construct a loader for a configuration file.
      Parameters:
      configFile - the configuration file
  • Method Details