Indico Config
//indico-client-java/com.indico/IndicoConfig
IndicoConfig
[jvm]
open class IndicoConfig
Use the builder to modify the config and pass this object to the IndicoClient constructor
Types
Name | Summary |
---|---|
Builder | [jvm] open class Builder |
Properties
Name | Summary |
---|---|
apiToken | [jvm] val apiToken: String |
connectionReadTimeout | [jvm] val connectionReadTimeout: Int |
connectionWriteTimeout | [jvm] val connectionWriteTimeout: Int |
connectTimeout | [jvm] val connectTimeout: Int |
host | [jvm] val host: String |
maxConnections | [jvm] val maxConnections: Int |
maxRetries | [jvm] val maxRetries: Int |
protocol | [jvm] val protocol: String |
Functions
Name | Summary |
---|---|
getAppBaseUrl | [jvm] open fun getAppBaseUrl(): String |
Updated about 1 year ago