Interface Configuration
- All Known Implementing Classes:
DefaultConfiguration
public interface Configuration
-
Method Summary
Modifier and Type Method Description default StringgetAggregatorDataPath()org.aktin.broker.server.auth.AuthProvidergetAuthProvider()PathgetBasePath()default StringgetBrokerDataPath()default StringgetDatabasePath()intgetPort()local TCP port to listen todefault StringgetTempDownloadPath()
-
Method Details
-
getAuthProvider
- Throws:
IOException
-
getBasePath
Path getBasePath() -
getDatabasePath
-
getAggregatorDataPath
-
getBrokerDataPath
-
getTempDownloadPath
-
getPort
int getPort()local TCP port to listen to- Returns:
- port number
-