Interface UofAdditionalConfiguration
- All Known Implementing Classes:
UofAdditionalConfigurationImpl
public interface UofAdditionalConfiguration
This class is used to specify additional configuration
-
Method Summary
Modifier and TypeMethodDescriptionGets the timeout for automatically collecting statistics (in minutes) Setting to 0 indicates it is disabledbooleanIndicates 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)
-