Interface UofAdditionalConfiguration

All Known Implementing Classes:
UofAdditionalConfigurationImpl

public interface UofAdditionalConfiguration
This class is used to specify additional configuration
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the timeout for automatically collecting statistics (in minutes) Setting to 0 indicates it is disabled
    boolean
    Indicates if the market mapping should be included when requesting market descriptions from API
  • Method Details

    • omitMarketMappings

      boolean omitMarketMappings()
      Indicates if the market mapping should be included when requesting market descriptions from API
      Returns:
      false if market mappings are included (default)
    • getStatisticsInterval

      Duration getStatisticsInterval()
      Gets the timeout for automatically collecting statistics (in minutes) Setting to 0 indicates it is disabled
      Returns:
      the timeout for automatically collecting statistics (in minutes)